From b7fbe7862a351bfdee34907b474971ab8172d450 Mon Sep 17 00:00:00 2001 From: Jonathan Herlin Date: Sat, 29 Dec 2018 16:44:02 +0100 Subject: [PATCH] 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 --- source/_components/device_tracker.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/device_tracker.markdown b/source/_components/device_tracker.markdown index d3483e297c2..b2257e80078 100644 --- a/source/_components/device_tracker.markdown +++ b/source/_components/device_tracker.markdown @@ -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 ```

@@ -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.