diff --git a/components/alarm_control_panel.arlo/index.html b/components/alarm_control_panel.arlo/index.html
index 08723daf80..7fc1af017c 100644
--- a/components/alarm_control_panel.arlo/index.html
+++ b/components/alarm_control_panel.arlo/index.html
@@ -85,6 +85,7 @@
Configuration variables:
- home_mode_name: (Optional): Arlo base station does not have a built-in home mode. You can map one of your custom modes to home assistant’s home mode by setting the name of the custom mode in this configuration variable. The name of the custom mode should match exactly as you set it up in the Arlo app.
+ - away_mode_name: (Optional): Like the home mode, the Arlo base station does not have a built-in away mode, however, you can map a custom mode from the Arlo app to Home Assistant with this variable, just make sure the name matches exactly what you have set up in the Arlo app.
diff --git a/components/recorder/index.html b/components/recorder/index.html
index a74826126e..1086bca0df 100644
--- a/components/recorder/index.html
+++ b/components/recorder/index.html
@@ -112,8 +112,8 @@
- weblink
- updater
entities:
- - sun.sun # Don't record sun data
- - sensor.last_boot
+ - sun.sun # Don't record sun data
+ - sensor.last_boot # Comes from 'systemmonitor' sensor platform
- sensor.date
diff --git a/components/sensor.onewire/index.html b/components/sensor.onewire/index.html
index 2f80d8ee97..87d9af872c 100644
--- a/components/sensor.onewire/index.html
+++ b/components/sensor.onewire/index.html
@@ -93,11 +93,11 @@
This component has been modified to work with devices with multiple sensors which will cause a discontinuity in recorded values. Existing devices will receive a new ID and therefore show up as new devices.
If you wish to maintain continuity it can be resolved in the database by renaming the old devices to the new names.
-Connect to your database using the instructions from home-assistant.io/docs/backend/database/. Check the names of sensors:
+Connect to your database using the instructions from home-assistant.io/docs/backend/database/. Check the names of sensors:
sql
SELECT entity_id, COUNT(*) as count FROM states GROUP BY entity_id ORDER BY count DESC LIMIT 10;
-Alter the names of sensors using the following examples:
+Alter the names of sensors using the following examples:
sql
UPDATE states SET entity_id='sensor.<sensor_name>_temperature' WHERE entity_id LIKE 'sensor.<sensor_name>%' AND attributes LIKE '%\u00b0C%';
UPDATE states SET entity_id='sensor.<sensor_name>_pressure' WHERE entity_id LIKE 'sensor.<sensor_name>%' AND attributes LIKE '%mb%';
diff --git a/sitemap.xml b/sitemap.xml
index a069513d93..926d513d20 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3538,7 +3538,7 @@
https://home-assistant.io/components/switch.hook/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -4202,99 +4202,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/tools/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/tools/hass/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-10-23T11:34:15+00:00
+2017-10-23T14:31:28+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5372,62 +5372,62 @@
https://home-assistant.io/demo/frontend.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/index.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:43+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:44+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:44+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:44+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-10-23T11:33:29+00:00
+2017-10-23T14:30:44+00:00