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

Classes

class  SwitcherBaseSwitchEntity
 
class  SwitcherPowerPlugSwitchEntity
 
class  SwitcherWaterHeaterSwitchEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string API_CONTROL_DEVICE = "control_device"
 
string API_SET_AUTO_SHUTDOWN = "set_auto_shutdown"
 
 VolDictType
 

Detailed Description

Switcher integration Switch platform.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.switcher_kis.switch.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up Switcher switch from config entry.

Definition at line 47 of file switch.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.switcher_kis.switch._LOGGER = logging.getLogger(__name__)
private

Definition at line 31 of file switch.py.

◆ API_CONTROL_DEVICE

string homeassistant.components.switcher_kis.switch.API_CONTROL_DEVICE = "control_device"

Definition at line 33 of file switch.py.

◆ API_SET_AUTO_SHUTDOWN

string homeassistant.components.switcher_kis.switch.API_SET_AUTO_SHUTDOWN = "set_auto_shutdown"

Definition at line 34 of file switch.py.

◆ VolDictType

homeassistant.components.switcher_kis.switch.VolDictType

Definition at line 36 of file switch.py.