diff --git a/components/device_tracker/index.html b/components/device_tracker/index.html
index 9bf7b31954..8829e54385 100644
--- a/components/device_tracker/index.html
+++ b/components/device_tracker/index.html
@@ -118,19 +118,22 @@
Once tracked, a file will be created in your config dir called known_devices.yaml
. Edit this file to adjust which devices to be tracked. Here you can also setup a URL for each device to be used as the entity picture and set whether the device will be show in the UI when in the away state.
-Multiple device trackers can be used in parallel, such as Owntracks and Nmap. The state of the device will be determined by the source that reported last. Device tracker will look for global settings (track_new_devices, consider_home and home_interval) under the configuration of the first platform.
+Multiple device trackers can be used in parallel, such as Owntracks and Nmap. The state of the device will be determined by the source that reported last. Device tracker will look for global settings (track_new_devices
, consider_home
, and home_interval
) under the configuration of the first platform.
The optional consider_home
entry is useful for households with Apple iOS devices that go into sleep mode while still at home to conserve battery life. iPhones will occasionally drop off the network and then re-appear. consider_home
helps prevent false alarms in presence detection when using IP scanners such as nmap.
To add Nmap tracking just add the MAC address to the OwnTracks or iCloud device mac:
configuration. To use both OwnTracks and Nmap you could use the following example:
-owntracksdevicename:
- name: Friendly Name!
- mac: EA:AA:55:E7:C6:94
- picture:
- track: yes
- hide_if_away: no
-
+
+
owntracksdevicename:
+ name: Friendly Name!
+ mac: EA:AA:55:E7:C6:94
+ picture:
+ track: yes
+ hide_if_away: no
+
+
+
diff --git a/getting-started/android/index.html b/getting-started/android/index.html
index 5bfc8cb334..13b6d753e4 100644
--- a/getting-started/android/index.html
+++ b/getting-started/android/index.html
@@ -179,6 +179,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/automation-action/index.html b/getting-started/automation-action/index.html
index b249478fb1..922bec1998 100644
--- a/getting-started/automation-action/index.html
+++ b/getting-started/automation-action/index.html
@@ -225,6 +225,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/automation-condition/index.html b/getting-started/automation-condition/index.html
index f03177d149..1cf3eaab35 100644
--- a/getting-started/automation-condition/index.html
+++ b/getting-started/automation-condition/index.html
@@ -201,6 +201,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/automation-create-first/index.html b/getting-started/automation-create-first/index.html
index f68c9e6217..1e9d1733b1 100644
--- a/getting-started/automation-create-first/index.html
+++ b/getting-started/automation-create-first/index.html
@@ -273,6 +273,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/automation-examples/index.html b/getting-started/automation-examples/index.html
index 0942707d27..f32b766fea 100644
--- a/getting-started/automation-examples/index.html
+++ b/getting-started/automation-examples/index.html
@@ -221,6 +221,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/automation-templating/index.html b/getting-started/automation-templating/index.html
index feaae34c08..d7001f9023 100644
--- a/getting-started/automation-templating/index.html
+++ b/getting-started/automation-templating/index.html
@@ -415,6 +415,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/automation-trigger/index.html b/getting-started/automation-trigger/index.html
index c881a748a5..338d7590d9 100644
--- a/getting-started/automation-trigger/index.html
+++ b/getting-started/automation-trigger/index.html
@@ -311,6 +311,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/automation-troubleshooting/index.html b/getting-started/automation-troubleshooting/index.html
index 3b5091c51d..3632ca07ea 100644
--- a/getting-started/automation-troubleshooting/index.html
+++ b/getting-started/automation-troubleshooting/index.html
@@ -181,6 +181,7 @@ INFO [homeassistant.components.automation] Initialized rule Rain is over
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/automation/index.html b/getting-started/automation/index.html
index 93d6b8b4ed..322222b0b6 100644
--- a/getting-started/automation/index.html
+++ b/getting-started/automation/index.html
@@ -230,6 +230,7 @@ The difference between a condition and a trigger can be confusing as they are ve
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/autostart-macos/index.html b/getting-started/autostart-macos/index.html
index f106020c52..7a05971178 100644
--- a/getting-started/autostart-macos/index.html
+++ b/getting-started/autostart-macos/index.html
@@ -189,6 +189,7 @@ Home Assistant has been uninstalled.
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/autostart-synology/index.html b/getting-started/autostart-synology/index.html
index f18333d6bd..9ace0a7825 100644
--- a/getting-started/autostart-synology/index.html
+++ b/getting-started/autostart-synology/index.html
@@ -212,6 +212,7 @@ exec /bin/sh /volume1/homeassistant/hass-daemon start
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/autostart-systemd/index.html b/getting-started/autostart-systemd/index.html
index 72e43ff3af..3eaf7a9f69 100644
--- a/getting-started/autostart-systemd/index.html
+++ b/getting-started/autostart-systemd/index.html
@@ -237,6 +237,7 @@ $ sudo systemctl start home-assistant@[your user]
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/autostart-upstart/index.html b/getting-started/autostart-upstart/index.html
index 0b9e668de9..ea14c50495 100644
--- a/getting-started/autostart-upstart/index.html
+++ b/getting-started/autostart-upstart/index.html
@@ -190,6 +190,7 @@ $ sudo service hass-daemon stop
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/autostart/index.html b/getting-started/autostart/index.html
index 7e081d3e91..9daf664c41 100644
--- a/getting-started/autostart/index.html
+++ b/getting-started/autostart/index.html
@@ -174,6 +174,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/basic/index.html b/getting-started/basic/index.html
index 79be43d236..452a4d48cb 100644
--- a/getting-started/basic/index.html
+++ b/getting-started/basic/index.html
@@ -216,6 +216,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/browsers/index.html b/getting-started/browsers/index.html
index 710f094f14..40bc4eb822 100644
--- a/getting-started/browsers/index.html
+++ b/getting-started/browsers/index.html
@@ -361,6 +361,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/configuration/index.html b/getting-started/configuration/index.html
index d4295aa2c8..95e1cf289b 100644
--- a/getting-started/configuration/index.html
+++ b/getting-started/configuration/index.html
@@ -183,6 +183,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/customizing-devices/index.html b/getting-started/customizing-devices/index.html
index 5cb5a795eb..db6e064b7c 100644
--- a/getting-started/customizing-devices/index.html
+++ b/getting-started/customizing-devices/index.html
@@ -201,6 +201,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/devices/index.html b/getting-started/devices/index.html
index 8df8f776b8..cf541d2578 100644
--- a/getting-started/devices/index.html
+++ b/getting-started/devices/index.html
@@ -235,6 +235,7 @@ Each group exists of a name and a list of entity IDs. Entity IDs can be retrieve
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/index.html b/getting-started/index.html
index 4ad661058d..11c5c0cad6 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -213,6 +213,7 @@ $ hass --open-ui
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/installation-docker/index.html b/getting-started/installation-docker/index.html
index 25a0436222..883ae4d909 100644
--- a/getting-started/installation-docker/index.html
+++ b/getting-started/installation-docker/index.html
@@ -193,6 +193,7 @@ When using boot2docker on OS X you are unable to map the local time to your Dock
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/installation-raspberry-pi-all-in-one/index.html b/getting-started/installation-raspberry-pi-all-in-one/index.html
index b7bdaf60c1..09054561a9 100644
--- a/getting-started/installation-raspberry-pi-all-in-one/index.html
+++ b/getting-started/installation-raspberry-pi-all-in-one/index.html
@@ -251,6 +251,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/installation-raspberry-pi/index.html b/getting-started/installation-raspberry-pi/index.html
index 46fd87ca60..9d3e25bd94 100644
--- a/getting-started/installation-raspberry-pi/index.html
+++ b/getting-started/installation-raspberry-pi/index.html
@@ -205,6 +205,7 @@ $ hass
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/installation-synology/index.html b/getting-started/installation-synology/index.html
index 7eb144f18a..b21c5094ce 100644
--- a/getting-started/installation-synology/index.html
+++ b/getting-started/installation-synology/index.html
@@ -416,6 +416,7 @@ That’s it… you’re all set to go
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/installation-vagrant/index.html b/getting-started/installation-vagrant/index.html
index d0b35e7934..7bce77b6b1 100644
--- a/getting-started/installation-vagrant/index.html
+++ b/getting-started/installation-vagrant/index.html
@@ -260,6 +260,7 @@ The following instructions will assume you changed your working directory to be
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/installation-virtualenv/index.html b/getting-started/installation-virtualenv/index.html
index e5289249b4..5f20f29225 100644
--- a/getting-started/installation-virtualenv/index.html
+++ b/getting-started/installation-virtualenv/index.html
@@ -311,6 +311,7 @@ $ sudo chown hass /srv/hass
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/presence-detection/index.html b/getting-started/presence-detection/index.html
index 6e76641368..594bd473c7 100644
--- a/getting-started/presence-detection/index.html
+++ b/getting-started/presence-detection/index.html
@@ -202,6 +202,7 @@ OwnTracks communicates directly with your MQTT broker, no data will pass through
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/scripts-conditions/index.html b/getting-started/scripts-conditions/index.html
index 809cda889d..962551271b 100644
--- a/getting-started/scripts-conditions/index.html
+++ b/getting-started/scripts-conditions/index.html
@@ -338,6 +338,7 @@ This allows you to mix several AND and OR conditions together.
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/scripts-service-calls/index.html b/getting-started/scripts-service-calls/index.html
index 2628cc32a9..1e22da1280 100644
--- a/getting-started/scripts-service-calls/index.html
+++ b/getting-started/scripts-service-calls/index.html
@@ -245,6 +245,7 @@ Service Data: { "entity_id": "group.kitchen" }
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/scripts/index.html b/getting-started/scripts/index.html
index a8cd1fddfc..51e1d72025 100644
--- a/getting-started/scripts/index.html
+++ b/getting-started/scripts/index.html
@@ -253,6 +253,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/troubleshooting-configuration/index.html b/getting-started/troubleshooting-configuration/index.html
index ebcbf35385..b3af1378bd 100644
--- a/getting-started/troubleshooting-configuration/index.html
+++ b/getting-started/troubleshooting-configuration/index.html
@@ -250,6 +250,7 @@ Whenever you report an issue, be aware that we are volunteers who do not have ac
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/troubleshooting/index.html b/getting-started/troubleshooting/index.html
index f16c6c0e7d..6f902f3aeb 100644
--- a/getting-started/troubleshooting/index.html
+++ b/getting-started/troubleshooting/index.html
@@ -237,6 +237,7 @@ chrome -> settings -> site settings -> storage -> search for your UR
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/updating/index.html b/getting-started/updating/index.html
index e10a68c2c7..b4dd2f4c05 100644
--- a/getting-started/updating/index.html
+++ b/getting-started/updating/index.html
@@ -194,6 +194,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/yaml/index.html b/getting-started/yaml/index.html
index 304ae627b3..9fad7b5185 100644
--- a/getting-started/yaml/index.html
+++ b/getting-started/yaml/index.html
@@ -223,6 +223,7 @@ The other properties (like name) are specified using mappings. Note that the sec
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/z-wave-controllers/index.html b/getting-started/z-wave-controllers/index.html
index dd67cb1613..d8be539e96 100644
--- a/getting-started/z-wave-controllers/index.html
+++ b/getting-started/z-wave-controllers/index.html
@@ -212,6 +212,7 @@ Upon first run, the z-wave component will take time to initialize entities and e
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/z-wave-device-specific/index.html b/getting-started/z-wave-device-specific/index.html
index 512eaf008e..38b6f12901 100644
--- a/getting-started/z-wave-device-specific/index.html
+++ b/getting-started/z-wave-device-specific/index.html
@@ -241,6 +241,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/z-wave-settings/index.html b/getting-started/z-wave-settings/index.html
index e4e7d6b7b5..74680d728a 100644
--- a/getting-started/z-wave-settings/index.html
+++ b/getting-started/z-wave-settings/index.html
@@ -169,6 +169,7 @@
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/getting-started/z-wave/index.html b/getting-started/z-wave/index.html
index ba1fb047cd..56a120d4c8 100644
--- a/getting-started/z-wave/index.html
+++ b/getting-started/z-wave/index.html
@@ -342,6 +342,7 @@ to help keep a zwave network running relliably. For example:
Advanced Topics
Add to Android Homescreen
+ Browser Compatibility List
diff --git a/sitemap.xml b/sitemap.xml
index 4ee201cb9d..09eb149e7f 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1797,26 +1797,26 @@
https://home-assistant.io/demo/frontend.html
- 2016-06-21T07:02:24+00:00
+ 2016-06-21T09:19:18+00:00
https://home-assistant.io/demo/index.html
- 2016-06-21T07:02:24+00:00
+ 2016-06-21T09:19:18+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
- 2016-06-21T07:02:24+00:00
+ 2016-06-21T09:19:18+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
- 2016-06-21T07:02:24+00:00
+ 2016-06-21T09:19:18+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
- 2016-06-21T07:02:24+00:00
+ 2016-06-21T09:19:18+00:00
https://home-assistant.io/static/mdi-demo.html
- 2016-06-21T07:02:24+00:00
+ 2016-06-21T09:19:18+00:00