1 """Constants for the Switcher integration."""
3 DOMAIN =
"switcher_kis"
5 DISCOVERY_TIME_SEC = 12
7 SIGNAL_DEVICE_ADD =
"switcher_device_add"
10 CONF_AUTO_OFF =
"auto_off"
11 CONF_TIMER_MINUTES =
"timer_minutes"
12 SERVICE_SET_AUTO_OFF_NAME =
"set_auto_off"
13 SERVICE_TURN_ON_WITH_TIMER_NAME =
"turn_on_with_timer"
16 MAX_UPDATE_INTERVAL_SEC = 30