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

Classes

class  SwitcherBaseLightEntity
 
class  SwitcherMultiLightEntity
 
class  SwitcherSingleLightEntity
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
string API_SET_LIGHT = "set_light"
 

Detailed Description

Switcher integration Light platform.

Function Documentation

◆ async_setup_entry()

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

Definition at line 27 of file light.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 22 of file light.py.

◆ API_SET_LIGHT

string homeassistant.components.switcher_kis.light.API_SET_LIGHT = "set_light"

Definition at line 24 of file light.py.