mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Device tracker: disabled Tiles and automatic session renewal (#4223)
* Added doc update for HASS PR #11172 * Requested changes
This commit is contained in:
parent
3b0e0acbae
commit
d3b1bd6431
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user