Remove deprecated hide_if_away from device trackers (#32705)
This commit is contained in:
parent
221d5205e4
commit
b8fab33e69
6 changed files with 3 additions and 65 deletions
|
@ -20,9 +20,6 @@ SCAN_INTERVAL = timedelta(seconds=12)
|
|||
CONF_TRACK_NEW = "track_new_devices"
|
||||
DEFAULT_TRACK_NEW = True
|
||||
|
||||
CONF_AWAY_HIDE = "hide_if_away"
|
||||
DEFAULT_AWAY_HIDE = False
|
||||
|
||||
CONF_CONSIDER_HOME = "consider_home"
|
||||
DEFAULT_CONSIDER_HOME = timedelta(seconds=180)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue