Device tracker: disabled Tiles and automatic session renewal (#4223)

* Added doc update for HASS PR #11172

* Requested changes
This commit is contained in:
Aaron Bach 2017-12-28 10:15:19 -07:00 committed by Franck Nijhof
parent 3b0e0acbae
commit d3b1bd6431

View File

@ -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 %}