diff --git a/addons/index.html b/addons/index.html index 7f8fb7c427..4751ba9f53 100644 --- a/addons/index.html +++ b/addons/index.html @@ -83,6 +83,7 @@
  • Dnsmasq
  • Duck DNS
  • Let's Encrypt
  • +
  • MariaDB
  • Mosquitto MQTT broker
  • Nginx SSL proxy
  • SSH Server
  • diff --git a/addons/mariadb/index.html b/addons/mariadb/index.html new file mode 100644 index 0000000000..b752a4324d --- /dev/null +++ b/addons/mariadb/index.html @@ -0,0 +1,204 @@ + + + + + + + + + MariaDB - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    + +
    +

    + MariaDB +

    +
    +
    +

    Set up a mariadb SQL server. It support multible database, users and permission.

    +
    {
    +  "databases": ["homeassistant"],
    +  "logins": [
    +    {
    +      "username": "hass",
    +      "host": "localhost",
    +      "password": null
    +    }
    +  ],
    +  "rights": [
    +    {
    +      "username": "hass",
    +      "host": "localhost",
    +      "database": "homeassistant",
    +      "grant": "ALL PRIVILEGES ON"
    +    }
    +  ]
    +}
    +
    +
    +

    Configuration variables:

    +
      +
    • databases (Require): Listen of databases.
    • +
    • logins (Require): Listen of logindata they will create or update. +
        +
      • username (Require): Username for login.
      • +
      • host (Require): Host for login, if you need a login with multibe hosts, use ‘%’.
      • +
      • password (Require): Password for login.
      • +
      +
    • +
    • rights (Require): Listen of rights to be handle. +
        +
      • username (Require): Username for grant rights.
      • +
      • host (Require): Host is a part of username like above.
      • +
      • database (Require): Database name to grant this user rights to.
      • +
      • grant (Require): SQL grant part for access too.
      • +
      +
    • +
    +
    +
    + +
    +
    + + + + + + + diff --git a/atom.xml b/atom.xml index 271ff7ac6e..58f49d7b05 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index 0bd168d47c..8bf172413c 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index dfbbf0125c..8ad70e00fd 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 1162e5e45f..6182d71ad4 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 5283d72f21..280e297053 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 85c9314f64..3cd9132cc0 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index f2a1ffb4ac..c87ae30d2d 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 0cccb37bde..4005aa9aab 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index dab6829871..62a6e1180c 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/media/atom.xml b/blog/categories/media/atom.xml index 5f2a004260..a76daa58fd 100644 --- a/blog/categories/media/atom.xml +++ b/blog/categories/media/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Media | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index cb79abf8ac..c92de9d541 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index a832a94f5d..cbd87d5aaf 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index ea1696854c..29fc2635b3 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 090a9c483b..caca3ff8bf 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index cd367df527..8bc8617ad9 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index 86f76f5fcf..a9fad420ec 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index 485b6f2634..472b92cb69 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index ce603a9225..87125e8e46 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 2a21a39bce..7022790865 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 89461b2f4d..3606393d52 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index 369ba7041f..2a98073a95 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index ebc71aca16..47fbacc155 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index 54870bb25a..7d400b4bc0 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 25632f8d52..1c51b1a75d 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-06-27T06:32:33+00:00 + 2017-06-27T21:21:05+00:00 https://home-assistant.io/ diff --git a/developers/cla_sign/index.html b/developers/cla_sign/index.html index f30963a576..e6e8577670 100644 --- a/developers/cla_sign/index.html +++ b/developers/cla_sign/index.html @@ -319,7 +319,8 @@ s_a[163] = "Drenthe|Flevoland|Friesland|Gelderland|Groningen|Limburg|Noord-Brabant|Noord-Holland|Overijssel|Utrecht|Zeeland|Zuid-Holland"; s_a[164] = "Netherlands Antilles"; s_a[165] = "Iles Loyaute|Nord|Sud"; - s_a[166] = "Akaroa|Amuri|Ashburton|Bay of Islands|Bruce|Buller|Chatham Islands|Cheviot|Clifton|Clutha|Cook|Dannevirke|Egmont|Eketahuna|Ellesmere|Eltham|Eyre|Featherston|Franklin|Golden Bay|Great Barrier Island|Grey|Hauraki Plains|Hawera|Hawke's Bay|Heathcote|Hikurangi|Hobson|Hokianga|Horowhenua|Hurunui|Hutt|Inangahua|Inglewood|Kaikoura|Kairanga|Kiwitea|Lake|Mackenzie|Malvern|Manaia|Manawatu|Mangonui|Maniototo|Marlborough|Masterton|Matamata|Mount Herbert|Ohinemuri|Opotiki|Oroua|Otamatea|Otorohanga|Oxford|Pahiatua|Paparua|Patea|Piako|Pohangina|Raglan|Rangiora|Rangitikei|Rodney|Rotorua|Runanga|Saint Kilda|Silverpeaks|Southland|Stewart Island|Stratford|Strathallan|Taranaki|Taumarunui|Taupo|Tauranga|Thames-Coromandel|Tuapeka|Vincent|Waiapu|Waiheke|Waihemo|Waikato|Waikohu|Waimairi|Waimarino|Waimate|Waimate West|Waimea|Waipa|Waipawa|Waipukurau|Wairarapa South|Wairewa|Wairoa|Waitaki|Waitomo|Waitotara|Wallace|Wanganui|Waverley|Wellington|Westland|Whakatane|Whangarei|Whangaroa|Woodville"; + // New Zealand + s_a[166] = "Auckland|Bay of Plenty|Canterbury|Gisborne|Hawke's Bay|Manawatu-Wanganui|Marlborough|Nelson|Northland|Otago|Southland|Taranaki|Tasman|Waikato|Wellington|West Coast"; s_a[167] = "Atlantico Norte|Atlantico Sur|Boaco|Carazo|Chinandega|Chontales|Esteli|Granada|Jinotega|Leon|Madriz|Managua|Masaya|Matagalpa|Nueva Segovia|Rio San Juan|Rivas"; s_a[168] = "Agadez|Diffa|Dosso|Maradi|Niamey|Tahoua|Tillaberi|Zinder"; s_a[169] = "Abia|Abuja Federal Capital Territory|Adamawa|Akwa Ibom|Anambra|Bauchi|Bayelsa|Benue|Borno|Cross River|Delta|Ebonyi|Edo|Ekiti|Enugu|Gombe|Imo|Jigawa|Kaduna|Kano|Katsina|Kebbi|Kogi|Kwara|Lagos|Nassarawa|Niger|Ogun|Ondo|Osun|Oyo|Plateau|Rivers|Sokoto|Taraba|Yobe|Zamfara"; diff --git a/sitemap.xml b/sitemap.xml index 3407e4164f..77f3a763bf 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -909,6 +909,9 @@ https://home-assistant.io/addons/lets_encrypt/ +https://home-assistant.io/addons/mariadb/ + + https://home-assistant.io/addons/mosquitto/ @@ -3625,62 +3628,62 @@ https://home-assistant.io/demo/frontend.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/index.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-event.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-info.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-service.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-state.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-template.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-history.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-iframe.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-logbook.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/demo/panels/ha-panel-map.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00 https://home-assistant.io/static/mdi-demo.html -2017-06-27T06:30:51+00:00 +2017-06-27T21:20:07+00:00