diff --git a/addons/mosquitto/index.html b/addons/mosquitto/index.html index 79ccda5ae5..8f8f126077 100644 --- a/addons/mosquitto/index.html +++ b/addons/mosquitto/index.html @@ -75,7 +75,7 @@
Set up a mosquitto MQTT broker.
+Set up Mosquitto as MQTT broker.
{
"plain": true,
"ssl": false,
@@ -90,16 +90,19 @@
}
Make sure you use logins and disable anonymous access if you want to secure the system.
++Make sure you use logins and disable anonymous access if you want to secure the system. +
Configuration variables:
true
.false
.true
.*.conf
) from /share/mosquitto
.*.conf
) from /share/mosquitto
.To use the Mosquitto as broker add the following entry to the configuration.yaml
file.
# Example configuration.yaml entry
mqtt:
broker: 172.17.0.1
diff --git a/addons/ssh/index.html b/addons/ssh/index.html
index df07f0b3ab..a82d465fe7 100644
--- a/addons/ssh/index.html
+++ b/addons/ssh/index.html
@@ -80,17 +80,19 @@
This add-on will not enable you to install packages or do anything as root. This is not allowed with Hass.io.
-To use this add-on, you must have a private/public key to log in. To generate them, follow the instructions for Windows and these for other platforms.
+To use this add-on, you must have a private/public key to log in. To generate them, follow the instructions for Windows and these for other platforms. It is possible to set a password for login since version 2.0 but for hight security use private/public keys. You can not run both variant at same time.
{
"authorized_keys": [
"ssh-rsa AKDJD3839...== my-key"
- ]
+ ],
+ "password": ""
}
Configuration variables:
usb_ba
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/certificates/index.html b/docs/ecosystem/certificates/index.html
index d60520724b..1e8a5add40 100644
--- a/docs/ecosystem/certificates/index.html
+++ b/docs/ecosystem/certificates/index.html
@@ -91,7 +91,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/certificates/lets_encrypt/index.html b/docs/ecosystem/certificates/lets_encrypt/index.html
index 03ab890686..18bf0f56d0 100644
--- a/docs/ecosystem/certificates/lets_encrypt/index.html
+++ b/docs/ecosystem/certificates/lets_encrypt/index.html
@@ -476,7 +476,7 @@ In cases where, for whatever reason, apt-get installing is not appropriate for y
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/certificates/tls_domain_certificate/index.html b/docs/ecosystem/certificates/tls_domain_certificate/index.html
index 3dab1ae4c7..c20aa575ec 100644
--- a/docs/ecosystem/certificates/tls_domain_certificate/index.html
+++ b/docs/ecosystem/certificates/tls_domain_certificate/index.html
@@ -140,7 +140,7 @@ Press Enter to Continue
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/certificates/tls_self_signed_certificate/index.html b/docs/ecosystem/certificates/tls_self_signed_certificate/index.html
index c27eee0146..661ce40219 100644
--- a/docs/ecosystem/certificates/tls_self_signed_certificate/index.html
+++ b/docs/ecosystem/certificates/tls_self_signed_certificate/index.html
@@ -104,7 +104,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/hadashboard/index.html b/docs/ecosystem/hadashboard/index.html
index 027b40d1a5..652fb06ae5 100644
--- a/docs/ecosystem/hadashboard/index.html
+++ b/docs/ecosystem/hadashboard/index.html
@@ -111,7 +111,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/hass-configurator/index.html b/docs/ecosystem/hass-configurator/index.html
index 8f21084a2e..23bd6bc0a5 100644
--- a/docs/ecosystem/hass-configurator/index.html
+++ b/docs/ecosystem/hass-configurator/index.html
@@ -190,7 +190,7 @@ To resume the screen session, log in to your machine and execute ios.conf
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/ios/notifications/privacy_security_rate_limits/index.html b/docs/ecosystem/ios/notifications/privacy_security_rate_limits/index.html
index 26d6526f52..018b1219e0 100644
--- a/docs/ecosystem/ios/notifications/privacy_security_rate_limits/index.html
+++ b/docs/ecosystem/ios/notifications/privacy_security_rate_limits/index.html
@@ -95,7 +95,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/ios/notifications/requesting_location_updates/index.html b/docs/ecosystem/ios/notifications/requesting_location_updates/index.html
index 393900f50c..5cade467af 100644
--- a/docs/ecosystem/ios/notifications/requesting_location_updates/index.html
+++ b/docs/ecosystem/ios/notifications/requesting_location_updates/index.html
@@ -104,7 +104,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/ios/notifications/sounds/index.html b/docs/ecosystem/ios/notifications/sounds/index.html
index 9cf7f2063e..3005ff1862 100644
--- a/docs/ecosystem/ios/notifications/sounds/index.html
+++ b/docs/ecosystem/ios/notifications/sounds/index.html
@@ -259,7 +259,7 @@ US-EN-Morgan-Freeman-Wife-Is-Arriving.wav
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/nginx/index.html b/docs/ecosystem/nginx/index.html
index 564f0a023e..7a7ec9fb89 100644
--- a/docs/ecosystem/nginx/index.html
+++ b/docs/ecosystem/nginx/index.html
@@ -185,7 +185,7 @@ server {
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/nginx_subdomain/index.html b/docs/ecosystem/nginx_subdomain/index.html
index ae6496a9cc..fcc4f4a58f 100644
--- a/docs/ecosystem/nginx_subdomain/index.html
+++ b/docs/ecosystem/nginx_subdomain/index.html
@@ -182,7 +182,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/notebooks/api/index.html b/docs/ecosystem/notebooks/api/index.html
index 27ff6778d0..65828c30e0 100644
--- a/docs/ecosystem/notebooks/api/index.html
+++ b/docs/ecosystem/notebooks/api/index.html
@@ -90,7 +90,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/notebooks/database/index.html b/docs/ecosystem/notebooks/database/index.html
index f8396d0eda..243ce16662 100644
--- a/docs/ecosystem/notebooks/database/index.html
+++ b/docs/ecosystem/notebooks/database/index.html
@@ -90,7 +90,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/notebooks/graph/index.html b/docs/ecosystem/notebooks/graph/index.html
index 86e95d3c1a..42a48f5ddc 100644
--- a/docs/ecosystem/notebooks/graph/index.html
+++ b/docs/ecosystem/notebooks/graph/index.html
@@ -90,7 +90,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/notebooks/index.html b/docs/ecosystem/notebooks/index.html
index f9fc27702e..61d02d93e3 100644
--- a/docs/ecosystem/notebooks/index.html
+++ b/docs/ecosystem/notebooks/index.html
@@ -95,7 +95,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/ecosystem/notebooks/installation/index.html b/docs/ecosystem/notebooks/installation/index.html
index f9b1d4f841..252f183c3f 100644
--- a/docs/ecosystem/notebooks/installation/index.html
+++ b/docs/ecosystem/notebooks/installation/index.html
@@ -115,7 +115,7 @@ Certain notebooks hosted in the done
dmesg
warnings
pi
account and execute the
pi
account and execute the
{
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/tools/dev-tools/index.html b/docs/tools/dev-tools/index.html
index bb0150d5c2..a52cbeb683 100644
--- a/docs/tools/dev-tools/index.html
+++ b/docs/tools/dev-tools/index.html
@@ -130,7 +130,7 @@ Screenshot of Home Assistant’s Developer Tools.
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/tools/hass/index.html b/docs/tools/hass/index.html
index 92636ed9af..53f5953ef7 100644
--- a/docs/tools/hass/index.html
+++ b/docs/tools/hass/index.html
@@ -119,7 +119,7 @@ optional arguments:
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/tools/index.html b/docs/tools/index.html
index 5f7e403867..d857064858 100644
--- a/docs/tools/index.html
+++ b/docs/tools/index.html
@@ -90,7 +90,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/tools/scripts/index.html b/docs/tools/scripts/index.html
index 34078fc4fb..4bda155a47 100644
--- a/docs/tools/scripts/index.html
+++ b/docs/tools/scripts/index.html
@@ -117,7 +117,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/z-wave/controllers/index.html b/docs/z-wave/controllers/index.html
index f43acc421c..bff6cb6a07 100644
--- a/docs/z-wave/controllers/index.html
+++ b/docs/z-wave/controllers/index.html
@@ -142,7 +142,7 @@ Upon first run, the zwave
component will
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/z-wave/device-specific/index.html b/docs/z-wave/device-specific/index.html
index a36fad474c..98473adbfb 100644
--- a/docs/z-wave/device-specific/index.html
+++ b/docs/z-wave/device-specific/index.html
@@ -183,7 +183,7 @@ Make sure you copy the newly saved zwcfg_[home_i
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/z-wave/index.html b/docs/z-wave/index.html
index db2a03aab2..f9bf7c20c4 100644
--- a/docs/z-wave/index.html
+++ b/docs/z-wave/index.html
@@ -326,7 +326,7 @@ Depending on what’s plugged into your USB ports, the name found above may chan
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/docs/z-wave/settings/index.html b/docs/z-wave/settings/index.html
index 702e5ece2d..034ab78274 100644
--- a/docs/z-wave/settings/index.html
+++ b/docs/z-wave/settings/index.html
@@ -101,7 +101,7 @@
-
Installation
- - Hass.io
+ - Hass.io
- Python Virtual Env
- Hassbian
- Raspberry Pi All-in-One
diff --git a/sitemap.xml b/sitemap.xml
index 4ad471ed3a..27c0efa7d9 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3738,62 +3738,62 @@
https://home-assistant.io/demo/frontend.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/index.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-07-26T20:52:04+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-07-26T20:52:05+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-07-26T20:52:05+00:00
+2017-07-26T21:07:55+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-07-26T20:52:05+00:00
+2017-07-26T21:07:55+00:00