mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Remove deprecated hide_if_away from device trackers (#32705)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user