Variables | |
| string | CONF_AUTO_OFF = "auto_off" |
| string | CONF_TIMER_MINUTES = "timer_minutes" |
| int | DISCOVERY_TIME_SEC = 12 |
| string | DOMAIN = "switcher_kis" |
| int | MAX_UPDATE_INTERVAL_SEC = 30 |
| string | SERVICE_SET_AUTO_OFF_NAME = "set_auto_off" |
| string | SERVICE_TURN_ON_WITH_TIMER_NAME = "turn_on_with_timer" |
| string | SIGNAL_DEVICE_ADD = "switcher_device_add" |
Constants for the Switcher integration.
| string homeassistant.components.switcher_kis.const.CONF_AUTO_OFF = "auto_off" |
| string homeassistant.components.switcher_kis.const.CONF_TIMER_MINUTES = "timer_minutes" |
| int homeassistant.components.switcher_kis.const.DISCOVERY_TIME_SEC = 12 |
| string homeassistant.components.switcher_kis.const.DOMAIN = "switcher_kis" |
| int homeassistant.components.switcher_kis.const.MAX_UPDATE_INTERVAL_SEC = 30 |
| string homeassistant.components.switcher_kis.const.SERVICE_SET_AUTO_OFF_NAME = "set_auto_off" |
| string homeassistant.components.switcher_kis.const.SERVICE_TURN_ON_WITH_TIMER_NAME = "turn_on_with_timer" |