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
|
- platform: tile
|
||||||
username: email@address.com
|
username: email@address.com
|
||||||
password: MY_PASSWORD_123
|
password: MY_PASSWORD_123
|
||||||
monitored_variables:
|
|
||||||
- TILE
|
|
||||||
- PHONE
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% 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)
|
description: the Tile types to monitor; valid values are `TILE` and `PHONE` (default is for all types to be included)
|
||||||
required: false
|
required: false
|
||||||
type: list
|
type: list
|
||||||
|
show_inactive:
|
||||||
|
description: whether to show expired/disabled Tiles
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user