Skip to content

Commit d3b1bd6

Browse files
bachyafrenck
authored andcommitted
Device tracker: disabled Tiles and automatic session renewal (home-assistant#4223)
* Added doc update for HASS PR home-assistant#11172 * Requested changes
1 parent 3b0e0ac commit d3b1bd6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/_components/device_tracker.tile.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ device_tracker:
2525
- platform: tile
2626
username: email@address.com
2727
password: MY_PASSWORD_123
28-
monitored_variables:
29-
- TILE
30-
- PHONE
3128
```
3229
3330
{% configuration %}
@@ -43,4 +40,8 @@ device_tracker:
4340
description: the Tile types to monitor; valid values are `TILE` and `PHONE` (default is for all types to be included)
4441
required: false
4542
type: list
43+
show_inactive:
44+
description: whether to show expired/disabled Tiles
45+
required: false
46+
type: boolean
4647
{% endconfiguration %}

0 commit comments

Comments
 (0)