diff --git a/atom.xml b/atom.xml index de506f26ce..89985249ce 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
true
.false
can be set as well. If prob_given_false
is not set, it will default to 1 - prob_given_true
.state
and numeric_state
, which are modeled after their corresponding triggers for automations, requiring before
and/or after
instead of to_state
.state
and numeric_state
, which are modeled after their corresponding triggers for automations, requiring below
and/or above
instead of to_state
.The min_max
sensor platform is consuming the state from other sensors and determine the minimum, maximum, and the mean of the collected states. The sensor will always show you the highest/lowest value which was received from your all monitored sensors. If you have spikes in your values, it’s recommended filter/equalize your values with a statistics sensor first.
It’s an alternative to the template sensor’s value_template:
to get the average of multiple sensors.
The min_max
sensor platform consumes the state from other sensors to determine the minimum, maximum, and the mean of the collected states. The sensor will always show you the lowest/highest value which was received from all monitored sensors. If you have spikes in your values, it’s recommended to filter/equalize your values with a statistics sensor first.
This sensor is an alternative to the template sensor’s value_template:
to get the average of multiple sensors.
{{ ((float(states.sensor.kitchen_temperature.state) +
float(states.sensor.living_room_temperature.state) +
float(states.sensor.office_temperature.state)) / 3) | round(2)
}}
Sensors with an unknown state will be ignored in the calculation. If the unit of measurement of the sensors differs, the min_max
sensor will go to an error state where the value is UNKNOWN
and the unit of measurement is ERR
.
To enable the minimum/maximum sensor, add the following lines to your configuration.yaml
:
Sensors with an unknown state will be ignored in the calculation. If the unit of measurement of the sensors differs, the min_max
sensor will go to an error state where the value is UNKNOWN
and unit of measurement is ERR
.
To enable the min_max
sensor, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
sensor:
- platform: min_max
diff --git a/components/sensor.statistics/index.html b/components/sensor.statistics/index.html
index a7a8943f1f..5693412a90 100644
--- a/components/sensor.statistics/index.html
+++ b/components/sensor.statistics/index.html
@@ -74,7 +74,7 @@
- The statistics
sensor platform is consuming the state from other sensors. Beside the maximal and the minimal value also the total, the mean, the median, the variance, and the standard deviation are as attributes available. If it’s a binary sensor then only the state changes are counted.
+ The statistics
sensor platform consumes the state from other sensors. Besides the maximum and the minimum values, the total, mean, median, variance and the standard deviation are also available as attributes. If it’s a binary sensor then only state changes are counted.
If you are running the recorder component, on startup the data is read from the database. So after a restart of the platform, you will immediately have data available. If you’re using the history component, this will automatically also start the recoder component on startup.
If you are not running the recorder
component, it can take time till the sensor starts to work because a couple of attributes need more than one value to do the calculation.
To enable the statistics sensor, add the following lines to your configuration.yaml
:
diff --git a/docs/asterisk_mbox/index.html b/docs/asterisk_mbox/index.html
index 4d11725a8e..66769e6903 100644
--- a/docs/asterisk_mbox/index.html
+++ b/docs/asterisk_mbox/index.html
@@ -263,8 +263,10 @@ This assumes that your Asterisk PBX server is using [06]
Z-Wave
diff --git a/docs/autostart/systemd/index.html b/docs/autostart/systemd/index.html
index 4ae9074649..355c637b36 100644
--- a/docs/autostart/systemd/index.html
+++ b/docs/autostart/systemd/index.html
@@ -269,8 +269,10 @@ WantedBy=multi-user.target
Z-Wave
diff --git a/docs/autostart/upstart/index.html b/docs/autostart/upstart/index.html
index 71b2e08da4..8a62cfff0c 100644
--- a/docs/autostart/upstart/index.html
+++ b/docs/autostart/upstart/index.html
@@ -292,8 +292,10 @@ esac
Z-Wave
diff --git a/docs/backend/database/index.html b/docs/backend/database/index.html
index 289e9f2c1d..ce04f0c2b4 100644
--- a/docs/backend/database/index.html
+++ b/docs/backend/database/index.html
@@ -268,8 +268,10 @@ group.all_switches 8018
Z-Wave
diff --git a/docs/backend/index.html b/docs/backend/index.html
index 5faec30894..7112ab4f58 100644
--- a/docs/backend/index.html
+++ b/docs/backend/index.html
@@ -177,8 +177,10 @@
Z-Wave
diff --git a/docs/backend/updater/index.html b/docs/backend/updater/index.html
index 8214a7e2ef..d36bfe406f 100644
--- a/docs/backend/updater/index.html
+++ b/docs/backend/updater/index.html
@@ -339,8 +339,10 @@
Z-Wave
diff --git a/docs/configuration/basic/index.html b/docs/configuration/basic/index.html
index 7c4d9c8283..23f63e30c5 100644
--- a/docs/configuration/basic/index.html
+++ b/docs/configuration/basic/index.html
@@ -207,8 +207,10 @@ If you decide to expose your Home Assistant instance to the internet and forget
Z-Wave
diff --git a/docs/configuration/customizing-devices/index.html b/docs/configuration/customizing-devices/index.html
index c133c04337..7286a31501 100644
--- a/docs/configuration/customizing-devices/index.html
+++ b/docs/configuration/customizing-devices/index.html
@@ -280,8 +280,10 @@ New customize information will be applied the next time the state of the entity
Z-Wave
diff --git a/docs/configuration/devices/index.html b/docs/configuration/devices/index.html
index 2169f46a0e..455a136b29 100644
--- a/docs/configuration/devices/index.html
+++ b/docs/configuration/devices/index.html
@@ -220,8 +220,10 @@ Each group consists of a name and a list of entity IDs. Entity IDs can be retrie
Z-Wave
diff --git a/docs/configuration/events/index.html b/docs/configuration/events/index.html
index 8bfea57e77..30893e974f 100644
--- a/docs/configuration/events/index.html
+++ b/docs/configuration/events/index.html
@@ -320,8 +320,10 @@
Z-Wave
diff --git a/docs/configuration/group_visibility/index.html b/docs/configuration/group_visibility/index.html
index af54ad0775..9dc6b527aa 100644
--- a/docs/configuration/group_visibility/index.html
+++ b/docs/configuration/group_visibility/index.html
@@ -325,8 +325,10 @@ If you are using docker to run Home Assistant then the occasion.py script will b
Z-Wave
diff --git a/docs/configuration/index.html b/docs/configuration/index.html
index 538cb52c80..207388a140 100644
--- a/docs/configuration/index.html
+++ b/docs/configuration/index.html
@@ -207,8 +207,10 @@
Z-Wave
diff --git a/docs/configuration/packages/index.html b/docs/configuration/packages/index.html
index af792b791c..a0ce1c5ebc 100644
--- a/docs/configuration/packages/index.html
+++ b/docs/configuration/packages/index.html
@@ -239,8 +239,10 @@ See the documentation about for encrypted keyring:
Z-Wave
diff --git a/docs/configuration/securing/index.html b/docs/configuration/securing/index.html
index 189ffd9a9b..b42bf19c2b 100644
--- a/docs/configuration/securing/index.html
+++ b/docs/configuration/securing/index.html
@@ -190,8 +190,10 @@
Z-Wave
diff --git a/docs/configuration/splitting_configuration/index.html b/docs/configuration/splitting_configuration/index.html
index e8e5c2b2c9..74917f8a17 100644
--- a/docs/configuration/splitting_configuration/index.html
+++ b/docs/configuration/splitting_configuration/index.html
@@ -539,8 +539,10 @@ the -id: line must be removed from each of the split files.
Z-Wave
diff --git a/docs/configuration/state_object/index.html b/docs/configuration/state_object/index.html
index 4c42465b35..b710a5d22c 100644
--- a/docs/configuration/state_object/index.html
+++ b/docs/configuration/state_object/index.html
@@ -256,8 +256,10 @@
Z-Wave
diff --git a/docs/configuration/templating/index.html b/docs/configuration/templating/index.html
index 5f88250a78..7d2396f8fe 100644
--- a/docs/configuration/templating/index.html
+++ b/docs/configuration/templating/index.html
@@ -405,8 +405,10 @@ Closest to an entity: {{ closest(states.zone.school, 'group.children') }}
Z-Wave
diff --git a/docs/configuration/troubleshooting/index.html b/docs/configuration/troubleshooting/index.html
index 695115c121..ce9f2bcf5f 100644
--- a/docs/configuration/troubleshooting/index.html
+++ b/docs/configuration/troubleshooting/index.html
@@ -236,8 +236,10 @@ Whenever you report an issue, be aware that we are volunteers who do not have ac
Z-Wave
diff --git a/docs/configuration/yaml/index.html b/docs/configuration/yaml/index.html
index 69ed63963c..9716f4f05c 100644
--- a/docs/configuration/yaml/index.html
+++ b/docs/configuration/yaml/index.html
@@ -235,8 +235,10 @@ The other properties (like name) are specified using mappings. Note that the sec
Z-Wave
diff --git a/docs/ecosystem/apache/index.html b/docs/ecosystem/apache/index.html
index 4b3c3d7f71..6b34501fc4 100644
--- a/docs/ecosystem/apache/index.html
+++ b/docs/ecosystem/apache/index.html
@@ -263,8 +263,10 @@ In case you are getting occasional HTTP 504 error messages (“Gateway Timeout
Z-Wave
diff --git a/docs/ecosystem/appdaemon/api/index.html b/docs/ecosystem/appdaemon/api/index.html
index 2446e621e3..09993fc46f 100644
--- a/docs/ecosystem/appdaemon/api/index.html
+++ b/docs/ecosystem/appdaemon/api/index.html
@@ -1533,8 +1533,10 @@
Z-Wave
diff --git a/docs/ecosystem/appdaemon/configuration/index.html b/docs/ecosystem/appdaemon/configuration/index.html
index f45673d837..9322598637 100644
--- a/docs/ecosystem/appdaemon/configuration/index.html
+++ b/docs/ecosystem/appdaemon/configuration/index.html
@@ -232,8 +232,10 @@ timezone = <timezone>
Z-Wave
diff --git a/docs/ecosystem/appdaemon/example_apps/index.html b/docs/ecosystem/appdaemon/example_apps/index.html
index a8fdf58285..b162033fd1 100644
--- a/docs/ecosystem/appdaemon/example_apps/index.html
+++ b/docs/ecosystem/appdaemon/example_apps/index.html
@@ -175,8 +175,10 @@
Z-Wave
diff --git a/docs/ecosystem/appdaemon/index.html b/docs/ecosystem/appdaemon/index.html
index 995a3c4480..1349e72fbb 100644
--- a/docs/ecosystem/appdaemon/index.html
+++ b/docs/ecosystem/appdaemon/index.html
@@ -255,8 +255,10 @@
Z-Wave
diff --git a/docs/ecosystem/appdaemon/installation/index.html b/docs/ecosystem/appdaemon/installation/index.html
index 0de8e7b612..27010501ca 100644
--- a/docs/ecosystem/appdaemon/installation/index.html
+++ b/docs/ecosystem/appdaemon/installation/index.html
@@ -176,8 +176,10 @@
Z-Wave
diff --git a/docs/ecosystem/appdaemon/operation/index.html b/docs/ecosystem/appdaemon/operation/index.html
index d657eccf23..ece9e48fa6 100644
--- a/docs/ecosystem/appdaemon/operation/index.html
+++ b/docs/ecosystem/appdaemon/operation/index.html
@@ -175,8 +175,10 @@
Z-Wave
diff --git a/docs/ecosystem/appdaemon/reboot/index.html b/docs/ecosystem/appdaemon/reboot/index.html
index f36c746225..15fdced21e 100644
--- a/docs/ecosystem/appdaemon/reboot/index.html
+++ b/docs/ecosystem/appdaemon/reboot/index.html
@@ -175,8 +175,10 @@
Z-Wave
diff --git a/docs/ecosystem/appdaemon/running/index.html b/docs/ecosystem/appdaemon/running/index.html
index 254e198d15..61904822e7 100644
--- a/docs/ecosystem/appdaemon/running/index.html
+++ b/docs/ecosystem/appdaemon/running/index.html
@@ -237,8 +237,10 @@ optional arguments:
Z-Wave
diff --git a/docs/ecosystem/appdaemon/tutorial/index.html b/docs/ecosystem/appdaemon/tutorial/index.html
index e490d28be9..c89375946b 100644
--- a/docs/ecosystem/appdaemon/tutorial/index.html
+++ b/docs/ecosystem/appdaemon/tutorial/index.html
@@ -268,8 +268,10 @@
Z-Wave
diff --git a/docs/ecosystem/appdaemon/updating/index.html b/docs/ecosystem/appdaemon/updating/index.html
index e29e1dd83e..75771195f4 100644
--- a/docs/ecosystem/appdaemon/updating/index.html
+++ b/docs/ecosystem/appdaemon/updating/index.html
@@ -179,8 +179,10 @@
Z-Wave
diff --git a/docs/ecosystem/appdaemon/windows/index.html b/docs/ecosystem/appdaemon/windows/index.html
index 446cad312a..b1e964b768 100644
--- a/docs/ecosystem/appdaemon/windows/index.html
+++ b/docs/ecosystem/appdaemon/windows/index.html
@@ -182,8 +182,10 @@
Z-Wave
diff --git a/docs/ecosystem/backup/backup_dropbox/index.html b/docs/ecosystem/backup/backup_dropbox/index.html
index 7b146d236d..65e170416c 100644
--- a/docs/ecosystem/backup/backup_dropbox/index.html
+++ b/docs/ecosystem/backup/backup_dropbox/index.html
@@ -203,8 +203,10 @@ Add it to your crontab, edit the path/to part.
Z-Wave
diff --git a/docs/ecosystem/backup/backup_github/index.html b/docs/ecosystem/backup/backup_github/index.html
index 0f5e0c1835..70e006214c 100644
--- a/docs/ecosystem/backup/backup_github/index.html
+++ b/docs/ecosystem/backup/backup_github/index.html
@@ -323,8 +323,10 @@ no changes added to commit (use "git add
Z-Wave
diff --git a/docs/ecosystem/backup/backup_usb/index.html b/docs/ecosystem/backup/backup_usb/index.html
index 6addc3b8d6..8930e5e80b 100644
--- a/docs/ecosystem/backup/backup_usb/index.html
+++ b/docs/ecosystem/backup/backup_usb/index.html
@@ -254,8 +254,10 @@ Change below path to where you placed the usb_ba
Z-Wave
diff --git a/docs/ecosystem/caddy/index.html b/docs/ecosystem/caddy/index.html
index 7227596d31..be1fc756a0 100644
--- a/docs/ecosystem/caddy/index.html
+++ b/docs/ecosystem/caddy/index.html
@@ -183,8 +183,10 @@
Z-Wave
diff --git a/docs/ecosystem/certificates/index.html b/docs/ecosystem/certificates/index.html
index 75c35034db..bb0e3ba6de 100644
--- a/docs/ecosystem/certificates/index.html
+++ b/docs/ecosystem/certificates/index.html
@@ -176,8 +176,10 @@
Z-Wave
diff --git a/docs/ecosystem/certificates/lets_encrypt/index.html b/docs/ecosystem/certificates/lets_encrypt/index.html
index 633b8f3b15..396b8aa9c8 100644
--- a/docs/ecosystem/certificates/lets_encrypt/index.html
+++ b/docs/ecosystem/certificates/lets_encrypt/index.html
@@ -564,8 +564,10 @@ In cases where, for whatever reason, apt-get installing is not appropriate for y
Z-Wave
diff --git a/docs/ecosystem/certificates/tls_domain_certificate/index.html b/docs/ecosystem/certificates/tls_domain_certificate/index.html
index 080787e620..a1c2a9bfd2 100644
--- a/docs/ecosystem/certificates/tls_domain_certificate/index.html
+++ b/docs/ecosystem/certificates/tls_domain_certificate/index.html
@@ -225,8 +225,10 @@ Press Enter to Continue
Z-Wave
diff --git a/docs/ecosystem/certificates/tls_self_signed_certificate/index.html b/docs/ecosystem/certificates/tls_self_signed_certificate/index.html
index ac1b1ad30d..f714e69d60 100644
--- a/docs/ecosystem/certificates/tls_self_signed_certificate/index.html
+++ b/docs/ecosystem/certificates/tls_self_signed_certificate/index.html
@@ -200,8 +200,10 @@ The solution is to use a self-signed certificate. As you most likely don’t hav
Z-Wave
diff --git a/docs/ecosystem/hadashboard/index.html b/docs/ecosystem/hadashboard/index.html
index 072661c451..fd24ccd023 100644
--- a/docs/ecosystem/hadashboard/index.html
+++ b/docs/ecosystem/hadashboard/index.html
@@ -196,8 +196,10 @@
Z-Wave
diff --git a/docs/ecosystem/hass-configurator/index.html b/docs/ecosystem/hass-configurator/index.html
index 11e734ecf1..71dd425275 100644
--- a/docs/ecosystem/hass-configurator/index.html
+++ b/docs/ecosystem/hass-configurator/index.html
@@ -275,8 +275,10 @@ To resume the screen session, log in to your machine and execute ios.conf
Z-Wave
+ - Adding devices
+ - The Z-Wave control panel
- Controllers
- - Modifying Settings
+ - Devices
- Device Specific
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 999080e994..39a8e9b305 100644
--- a/docs/ecosystem/ios/notifications/privacy_security_rate_limits/index.html
+++ b/docs/ecosystem/ios/notifications/privacy_security_rate_limits/index.html
@@ -180,8 +180,10 @@
Z-Wave
diff --git a/docs/ecosystem/ios/notifications/requesting_location_updates/index.html b/docs/ecosystem/ios/notifications/requesting_location_updates/index.html
index 0409d82f22..5da1d43ba4 100644
--- a/docs/ecosystem/ios/notifications/requesting_location_updates/index.html
+++ b/docs/ecosystem/ios/notifications/requesting_location_updates/index.html
@@ -189,8 +189,10 @@
Z-Wave
diff --git a/docs/ecosystem/ios/notifications/sounds/index.html b/docs/ecosystem/ios/notifications/sounds/index.html
index f30e0b403f..f747405b19 100644
--- a/docs/ecosystem/ios/notifications/sounds/index.html
+++ b/docs/ecosystem/ios/notifications/sounds/index.html
@@ -344,8 +344,10 @@ US-EN-Morgan-Freeman-Wife-Is-Arriving.wav
Z-Wave
diff --git a/docs/ecosystem/nginx/index.html b/docs/ecosystem/nginx/index.html
index 5a6ec80b38..02223e6973 100644
--- a/docs/ecosystem/nginx/index.html
+++ b/docs/ecosystem/nginx/index.html
@@ -270,8 +270,10 @@ server {
Z-Wave
diff --git a/docs/ecosystem/nginx_subdomain/index.html b/docs/ecosystem/nginx_subdomain/index.html
index 761958b8d9..dc75032250 100644
--- a/docs/ecosystem/nginx_subdomain/index.html
+++ b/docs/ecosystem/nginx_subdomain/index.html
@@ -267,8 +267,10 @@
Z-Wave
diff --git a/docs/ecosystem/notebooks/api/index.html b/docs/ecosystem/notebooks/api/index.html
index c64caf7370..e5e344ec9f 100644
--- a/docs/ecosystem/notebooks/api/index.html
+++ b/docs/ecosystem/notebooks/api/index.html
@@ -175,8 +175,10 @@
Z-Wave
diff --git a/docs/ecosystem/notebooks/database/index.html b/docs/ecosystem/notebooks/database/index.html
index a14676eafe..2f43681c63 100644
--- a/docs/ecosystem/notebooks/database/index.html
+++ b/docs/ecosystem/notebooks/database/index.html
@@ -175,8 +175,10 @@
Z-Wave
diff --git a/docs/ecosystem/notebooks/graph/index.html b/docs/ecosystem/notebooks/graph/index.html
index 66226e0fc9..5dd08a87cd 100644
--- a/docs/ecosystem/notebooks/graph/index.html
+++ b/docs/ecosystem/notebooks/graph/index.html
@@ -175,8 +175,10 @@
Z-Wave
diff --git a/docs/ecosystem/notebooks/index.html b/docs/ecosystem/notebooks/index.html
index ba90290cb2..576f98c030 100644
--- a/docs/ecosystem/notebooks/index.html
+++ b/docs/ecosystem/notebooks/index.html
@@ -180,8 +180,10 @@
Z-Wave
diff --git a/docs/ecosystem/notebooks/installation/index.html b/docs/ecosystem/notebooks/installation/index.html
index 92c4886f3b..ad3c94608e 100644
--- a/docs/ecosystem/notebooks/installation/index.html
+++ b/docs/ecosystem/notebooks/installation/index.html
@@ -200,8 +200,10 @@ Certain notebooks hosted in the done
: 1 IP address (1 host up
Z-Wave
diff --git a/docs/glossary/index.html b/docs/glossary/index.html
index 7950c40dce..02fdd73220 100644
--- a/docs/glossary/index.html
+++ b/docs/glossary/index.html
@@ -240,8 +240,10 @@
Z-Wave
diff --git a/docs/index.html b/docs/index.html
index 57d09652cd..6f515f9111 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -215,8 +215,10 @@
Z-Wave
diff --git a/docs/installation/archlinux/index.html b/docs/installation/archlinux/index.html
index ed5c1f21fc..906cf0266b 100644
--- a/docs/installation/archlinux/index.html
+++ b/docs/installation/archlinux/index.html
@@ -188,8 +188,10 @@
Z-Wave
diff --git a/docs/installation/armbian/index.html b/docs/installation/armbian/index.html
index 1e0d94ec30..fef446a454 100644
--- a/docs/installation/armbian/index.html
+++ b/docs/installation/armbian/index.html
@@ -196,8 +196,10 @@
Z-Wave
diff --git a/docs/installation/centos/index.html b/docs/installation/centos/index.html
index ce319aadba..8d18e2ae71 100644
--- a/docs/installation/centos/index.html
+++ b/docs/installation/centos/index.html
@@ -212,8 +212,10 @@ WantedBy=multi-user.target
Z-Wave
diff --git a/docs/installation/docker/index.html b/docs/installation/docker/index.html
index b7a59e832d..39e551b1ec 100644
--- a/docs/installation/docker/index.html
+++ b/docs/installation/docker/index.html
@@ -228,8 +228,10 @@ netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=8123 conne
Z-Wave
diff --git a/docs/installation/fedora/index.html b/docs/installation/fedora/index.html
index e1384a87b1..ff33488a04 100644
--- a/docs/installation/fedora/index.html
+++ b/docs/installation/fedora/index.html
@@ -199,8 +199,10 @@
Z-Wave
diff --git a/docs/installation/freenas/index.html b/docs/installation/freenas/index.html
index a34ad51c32..83c7287a6e 100644
--- a/docs/installation/freenas/index.html
+++ b/docs/installation/freenas/index.html
@@ -203,8 +203,10 @@ USB Z-wave sticks may give dmesg
warnings
Z-Wave
diff --git a/docs/installation/hassbian/common-tasks/index.html b/docs/installation/hassbian/common-tasks/index.html
index 06ae079a28..761117f186 100644
--- a/docs/installation/hassbian/common-tasks/index.html
+++ b/docs/installation/hassbian/common-tasks/index.html
@@ -264,8 +264,10 @@ Log in as the pi
account and execute the
Z-Wave
diff --git a/docs/installation/hassbian/customization/index.html b/docs/installation/hassbian/customization/index.html
index 59868c3701..19b6bd1479 100644
--- a/docs/installation/hassbian/customization/index.html
+++ b/docs/installation/hassbian/customization/index.html
@@ -197,8 +197,10 @@ The tool is available by running hassbian-config
Z-Wave
diff --git a/docs/installation/hassbian/index.html b/docs/installation/hassbian/index.html
index 13fc6992b6..d55e0a2df3 100644
--- a/docs/installation/hassbian/index.html
+++ b/docs/installation/hassbian/index.html
@@ -181,8 +181,10 @@
Z-Wave
diff --git a/docs/installation/hassbian/installation/index.html b/docs/installation/hassbian/installation/index.html
index d3622be223..2f3df1b3ae 100644
--- a/docs/installation/hassbian/installation/index.html
+++ b/docs/installation/hassbian/installation/index.html
@@ -211,8 +211,10 @@
Z-Wave
diff --git a/docs/installation/hassbian/integrations/index.html b/docs/installation/hassbian/integrations/index.html
index e3402f623e..135cb5fd53 100644
--- a/docs/installation/hassbian/integrations/index.html
+++ b/docs/installation/hassbian/integrations/index.html
@@ -205,8 +205,10 @@ To enable One Wire support add the following line to the end of hassbian-config
to autom
Z-Wave
diff --git a/docs/installation/index.html b/docs/installation/index.html
index 52b42bdd24..01b1f21a29 100644
--- a/docs/installation/index.html
+++ b/docs/installation/index.html
@@ -257,8 +257,10 @@
Z-Wave
diff --git a/docs/installation/macos/index.html b/docs/installation/macos/index.html
index b6fad882c7..dc068cfb68 100644
--- a/docs/installation/macos/index.html
+++ b/docs/installation/macos/index.html
@@ -181,8 +181,10 @@
Z-Wave
diff --git a/docs/installation/python/index.html b/docs/installation/python/index.html
index 0290bbc025..5b381d06db 100644
--- a/docs/installation/python/index.html
+++ b/docs/installation/python/index.html
@@ -191,8 +191,10 @@
Z-Wave
diff --git a/docs/installation/raspberry-pi-all-in-one/index.html b/docs/installation/raspberry-pi-all-in-one/index.html
index 990df68b7e..e68ee32f17 100644
--- a/docs/installation/raspberry-pi-all-in-one/index.html
+++ b/docs/installation/raspberry-pi-all-in-one/index.html
@@ -274,8 +274,10 @@ Don’t check the USB box regardless of using a USB based device.
Z-Wave
diff --git a/docs/installation/raspberry-pi/index.html b/docs/installation/raspberry-pi/index.html
index 39edd552ca..878b0ef7cf 100644
--- a/docs/installation/raspberry-pi/index.html
+++ b/docs/installation/raspberry-pi/index.html
@@ -220,8 +220,10 @@ Since this account is only for running Home Assistant the extra arguments of
Z-Wave
+ - Adding devices
+ - The Z-Wave control panel
- Controllers
- - Modifying Settings
+ - Devices
- Device Specific
diff --git a/docs/installation/synology/index.html b/docs/installation/synology/index.html
index 2958968980..5c702345d5 100644
--- a/docs/installation/synology/index.html
+++ b/docs/installation/synology/index.html
@@ -375,8 +375,10 @@ That’s it… you’re all set to go
Z-Wave
diff --git a/docs/installation/troubleshooting/index.html b/docs/installation/troubleshooting/index.html
index eb3735e9ea..f764ad0186 100644
--- a/docs/installation/troubleshooting/index.html
+++ b/docs/installation/troubleshooting/index.html
@@ -216,8 +216,10 @@ chrome -> settings -> site settings -> storage -> search for your UR
Z-Wave
diff --git a/docs/installation/updating/index.html b/docs/installation/updating/index.html
index 9504ac7390..f8f7698091 100644
--- a/docs/installation/updating/index.html
+++ b/docs/installation/updating/index.html
@@ -199,8 +199,10 @@ To avoid permission errors, the upgrade must be run as the same user as the inst
Z-Wave
diff --git a/docs/installation/vagrant/index.html b/docs/installation/vagrant/index.html
index 78d7e884ad..c4317c105d 100644
--- a/docs/installation/vagrant/index.html
+++ b/docs/installation/vagrant/index.html
@@ -232,8 +232,10 @@ This command will only restart the Home Assistant process inside the Vagrant VM,
Z-Wave
diff --git a/docs/installation/virtualenv/index.html b/docs/installation/virtualenv/index.html
index 73d0548626..a29e13896d 100644
--- a/docs/installation/virtualenv/index.html
+++ b/docs/installation/virtualenv/index.html
@@ -233,8 +233,10 @@
Z-Wave
diff --git a/docs/installation/windows/index.html b/docs/installation/windows/index.html
index 678793bce8..5001eec9f7 100644
--- a/docs/installation/windows/index.html
+++ b/docs/installation/windows/index.html
@@ -185,8 +185,10 @@ The Microsoft Windows platform is not a primary target to install home Assistant
Z-Wave
diff --git a/docs/mqtt/birth_will/index.html b/docs/mqtt/birth_will/index.html
index 722b65a57e..b3826221de 100644
--- a/docs/mqtt/birth_will/index.html
+++ b/docs/mqtt/birth_will/index.html
@@ -205,8 +205,10 @@
Z-Wave
diff --git a/docs/mqtt/broker/index.html b/docs/mqtt/broker/index.html
index a0b04cc82b..025bafb176 100644
--- a/docs/mqtt/broker/index.html
+++ b/docs/mqtt/broker/index.html
@@ -327,8 +327,10 @@ Home Assistant will automatically load the correct certificate if you connect to
Z-Wave
diff --git a/docs/mqtt/certificate/index.html b/docs/mqtt/certificate/index.html
index 775b12eee4..fe150367b3 100644
--- a/docs/mqtt/certificate/index.html
+++ b/docs/mqtt/certificate/index.html
@@ -187,8 +187,10 @@
Z-Wave
diff --git a/docs/mqtt/discovery/index.html b/docs/mqtt/discovery/index.html
index 4df7c165a9..16d46901f7 100644
--- a/docs/mqtt/discovery/index.html
+++ b/docs/mqtt/discovery/index.html
@@ -244,8 +244,10 @@
Z-Wave
diff --git a/docs/mqtt/index.html b/docs/mqtt/index.html
index c80d64ca4b..74d8a585b1 100644
--- a/docs/mqtt/index.html
+++ b/docs/mqtt/index.html
@@ -192,8 +192,10 @@
Z-Wave
diff --git a/docs/mqtt/logging/index.html b/docs/mqtt/logging/index.html
index 9c4c4f4cf9..76dfb52fcc 100644
--- a/docs/mqtt/logging/index.html
+++ b/docs/mqtt/logging/index.html
@@ -182,8 +182,10 @@
Z-Wave
diff --git a/docs/mqtt/processing_json/index.html b/docs/mqtt/processing_json/index.html
index c454ccbb04..18b57b9328 100644
--- a/docs/mqtt/processing_json/index.html
+++ b/docs/mqtt/processing_json/index.html
@@ -210,8 +210,10 @@
Z-Wave
diff --git a/docs/mqtt/service/index.html b/docs/mqtt/service/index.html
index 5222a984af..2312d3275a 100644
--- a/docs/mqtt/service/index.html
+++ b/docs/mqtt/service/index.html
@@ -187,8 +187,10 @@
Z-Wave
diff --git a/docs/mqtt/testing/index.html b/docs/mqtt/testing/index.html
index d31f105da4..e4a8e79071 100644
--- a/docs/mqtt/testing/index.html
+++ b/docs/mqtt/testing/index.html
@@ -206,8 +206,10 @@
Z-Wave
diff --git a/docs/scripts/conditions/index.html b/docs/scripts/conditions/index.html
index e4e3e0a76f..e32dfc15ca 100644
--- a/docs/scripts/conditions/index.html
+++ b/docs/scripts/conditions/index.html
@@ -303,8 +303,10 @@ Time condition windows can span across the midnight threshold. In the example ab
Z-Wave
diff --git a/docs/scripts/editor/index.html b/docs/scripts/editor/index.html
index 8b4b6951f2..736b3c20af 100644
--- a/docs/scripts/editor/index.html
+++ b/docs/scripts/editor/index.html
@@ -185,8 +185,10 @@
Z-Wave
diff --git a/docs/scripts/index.html b/docs/scripts/index.html
index 5da6436732..36e0dc20ac 100644
--- a/docs/scripts/index.html
+++ b/docs/scripts/index.html
@@ -260,8 +260,10 @@
Z-Wave
diff --git a/docs/scripts/service-calls/index.html b/docs/scripts/service-calls/index.html
index a92c781528..dc08c9719f 100644
--- a/docs/scripts/service-calls/index.html
+++ b/docs/scripts/service-calls/index.html
@@ -226,8 +226,10 @@ Service Data: {
Z-Wave
+ - Adding devices
+ - The Z-Wave control panel
- Controllers
- - Modifying Settings
+ - Devices
- Device Specific
diff --git a/docs/tools/dev-tools/index.html b/docs/tools/dev-tools/index.html
index 9e32a3b25c..0e80a65133 100644
--- a/docs/tools/dev-tools/index.html
+++ b/docs/tools/dev-tools/index.html
@@ -215,8 +215,10 @@ Screenshot of Home Assistant’s Developer Tools.
Z-Wave
diff --git a/docs/tools/hass/index.html b/docs/tools/hass/index.html
index 18c5699b0d..b018f5246d 100644
--- a/docs/tools/hass/index.html
+++ b/docs/tools/hass/index.html
@@ -206,8 +206,10 @@ optional arguments:
Z-Wave
diff --git a/docs/tools/index.html b/docs/tools/index.html
index 4ee5682ec7..8ac4a03784 100644
--- a/docs/tools/index.html
+++ b/docs/tools/index.html
@@ -175,8 +175,10 @@
Z-Wave
diff --git a/docs/tools/scripts/index.html b/docs/tools/scripts/index.html
index 0cc0b6007c..ec63b18465 100644
--- a/docs/tools/scripts/index.html
+++ b/docs/tools/scripts/index.html
@@ -202,8 +202,10 @@
Z-Wave
diff --git a/docs/z-wave/adding/index.html b/docs/z-wave/adding/index.html
index df92c3be69..3ed926752c 100644
--- a/docs/z-wave/adding/index.html
+++ b/docs/z-wave/adding/index.html
@@ -190,8 +190,10 @@ Ensure you keep a backup of this key. If you have to rebuild your system and don
Z-Wave
diff --git a/docs/z-wave/control-panel/index.html b/docs/z-wave/control-panel/index.html
index e21ee5c63d..6d9b75fffb 100644
--- a/docs/z-wave/control-panel/index.html
+++ b/docs/z-wave/control-panel/index.html
@@ -257,8 +257,10 @@ Battery powered devices need to be awake before you can use the Z-Wave control p
Z-Wave
diff --git a/docs/z-wave/controllers/index.html b/docs/z-wave/controllers/index.html
index dd3eb60237..99f82c5aec 100644
--- a/docs/z-wave/controllers/index.html
+++ b/docs/z-wave/controllers/index.html
@@ -259,8 +259,10 @@
Z-Wave
diff --git a/docs/z-wave/device-specific/index.html b/docs/z-wave/device-specific/index.html
index 0d1cd0cbd8..4a96d0115b 100644
--- a/docs/z-wave/device-specific/index.html
+++ b/docs/z-wave/device-specific/index.html
@@ -331,8 +331,10 @@ These devices will either show as a binary sensor or a sensor called
Z-Wave
+ - Adding devices
+ - The Z-Wave control panel
- Controllers
- - Modifying Settings
+ - Devices
- Device Specific
diff --git a/docs/z-wave/devices/index.html b/docs/z-wave/devices/index.html
index daba6176d8..c9616cba4a 100644
--- a/docs/z-wave/devices/index.html
+++ b/docs/z-wave/devices/index.html
@@ -213,8 +213,10 @@ The Z-Wave capability routing doesn’t mean the device routes traffic,
Z-Wave
diff --git a/docs/z-wave/entities/index.html b/docs/z-wave/entities/index.html
index 561a3bd971..5c12805bf5 100644
--- a/docs/z-wave/entities/index.html
+++ b/docs/z-wave/entities/index.html
@@ -329,8 +329,10 @@ sensors:
Z-Wave
diff --git a/docs/z-wave/events/index.html b/docs/z-wave/events/index.html
index 7bcee30d90..5d1f206272 100644
--- a/docs/z-wave/events/index.html
+++ b/docs/z-wave/events/index.html
@@ -247,8 +247,10 @@
Z-Wave
diff --git a/docs/z-wave/index.html b/docs/z-wave/index.html
index e108d28380..a71e866aa4 100644
--- a/docs/z-wave/index.html
+++ b/docs/z-wave/index.html
@@ -188,8 +188,10 @@
Z-Wave
diff --git a/docs/z-wave/installation/index.html b/docs/z-wave/installation/index.html
index 906cd8b95c..6a354723b0 100644
--- a/docs/z-wave/installation/index.html
+++ b/docs/z-wave/installation/index.html
@@ -303,8 +303,10 @@ The device type is c
(character special)
Z-Wave
diff --git a/docs/z-wave/query-stage/index.html b/docs/z-wave/query-stage/index.html
index 6e66c433db..36257985e5 100644
--- a/docs/z-wave/query-stage/index.html
+++ b/docs/z-wave/query-stage/index.html
@@ -260,8 +260,10 @@
Z-Wave
diff --git a/docs/z-wave/services/index.html b/docs/z-wave/services/index.html
index 85cec21055..94607d405c 100644
--- a/docs/z-wave/services/index.html
+++ b/docs/z-wave/services/index.html
@@ -286,8 +286,10 @@ Using the soft_reset
function with some Z
Z-Wave
diff --git a/sitemap.xml b/sitemap.xml
index 16595a061a..561c203119 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3542,7 +3542,7 @@
https://home-assistant.io/components/switch.hook/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -4206,99 +4206,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/tools/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/tools/hass/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-10-24T06:33:04+00:00
+2017-10-24T07:19:59+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5376,62 +5376,62 @@
https://home-assistant.io/demo/frontend.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/index.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-10-24T06:32:31+00:00
+2017-10-24T07:19:06+00:00