Remove deprecated hide_if_away from device trackers (#32705)

This commit is contained in:
Franck Nijhof
2020-03-12 11:55:18 +01:00
committed by GitHub
parent 221d5205e4
commit b8fab33e69
6 changed files with 3 additions and 65 deletions

View File

@@ -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)