Update device_tracker.markdown (#7974)

hide_if_away does not take "no" as a valid argument according to the rest of the docs.
Let's change it to false where it was previously no
This commit is contained in:
Jonathan Herlin 2018-12-29 16:44:02 +01:00 committed by Fabian Affolter
parent 8fa434ebbd
commit cd8449c4ee
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -75,7 +75,7 @@ devicename:
mac: EA:AA:55:E7:C6:94
picture: https://www.home-assistant.io/images/favicon-192x192.png
track: yes
hide_if_away: no
hide_if_away: false
```
<p class='note warning'>
@ -106,7 +106,7 @@ USERNAME_DEVICE_ID:
picture: https://www.home-assistant.io/images/favicon-192x192.png
gravatar: test@example.com
track: yes
hide_if_away: no
hide_if_away: false
```
If you want to track whether either your GPS based tracker or your local network tracker, identify you as being at home, use [a group](/components/group/) instead.