From d3b1bd6431ce90bc43f8b4eabb0f49ab39445ff9 Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Thu, 28 Dec 2017 10:15:19 -0700 Subject: [PATCH] Device tracker: disabled Tiles and automatic session renewal (#4223) * Added doc update for HASS PR #11172 * Requested changes --- source/_components/device_tracker.tile.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_components/device_tracker.tile.markdown b/source/_components/device_tracker.tile.markdown index 7dc534339f4..63ba3d693c8 100644 --- a/source/_components/device_tracker.tile.markdown +++ b/source/_components/device_tracker.tile.markdown @@ -25,9 +25,6 @@ device_tracker: - platform: tile username: email@address.com password: MY_PASSWORD_123 - monitored_variables: - - TILE - - PHONE ``` {% configuration %} @@ -43,4 +40,8 @@ device_tracker: description: the Tile types to monitor; valid values are `TILE` and `PHONE` (default is for all types to be included) required: false type: list + show_inactive: + description: whether to show expired/disabled Tiles + required: false + type: boolean {% endconfiguration %}