mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
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:
parent
526afee562
commit
b7fbe7862a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user