Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.switcher_kis.const Namespace Reference

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"
 

Detailed Description

Constants for the Switcher integration.

Variable Documentation

◆ CONF_AUTO_OFF

string homeassistant.components.switcher_kis.const.CONF_AUTO_OFF = "auto_off"

Definition at line 10 of file const.py.

◆ CONF_TIMER_MINUTES

string homeassistant.components.switcher_kis.const.CONF_TIMER_MINUTES = "timer_minutes"

Definition at line 11 of file const.py.

◆ DISCOVERY_TIME_SEC

int homeassistant.components.switcher_kis.const.DISCOVERY_TIME_SEC = 12

Definition at line 5 of file const.py.

◆ DOMAIN

string homeassistant.components.switcher_kis.const.DOMAIN = "switcher_kis"

Definition at line 3 of file const.py.

◆ MAX_UPDATE_INTERVAL_SEC

int homeassistant.components.switcher_kis.const.MAX_UPDATE_INTERVAL_SEC = 30

Definition at line 16 of file const.py.

◆ SERVICE_SET_AUTO_OFF_NAME

string homeassistant.components.switcher_kis.const.SERVICE_SET_AUTO_OFF_NAME = "set_auto_off"

Definition at line 12 of file const.py.

◆ SERVICE_TURN_ON_WITH_TIMER_NAME

string homeassistant.components.switcher_kis.const.SERVICE_TURN_ON_WITH_TIMER_NAME = "turn_on_with_timer"

Definition at line 13 of file const.py.

◆ SIGNAL_DEVICE_ADD

string homeassistant.components.switcher_kis.const.SIGNAL_DEVICE_ADD = "switcher_device_add"

Definition at line 7 of file const.py.