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

Namespaces

 button
 
 climate
 
 config_flow
 
 const
 
 coordinator
 
 cover
 
 diagnostics
 
 entity
 
 light
 
 sensor
 
 switch
 
 utils
 

Functions

bool async_remove_config_entry_device (HomeAssistant hass, SwitcherConfigEntry config_entry, dr.DeviceEntry device_entry)
 
bool async_setup_entry (HomeAssistant hass, SwitcherConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, SwitcherConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS
 
 SwitcherConfigEntry
 

Detailed Description

The Switcher integration.

Function Documentation

◆ async_remove_config_entry_device()

bool homeassistant.components.switcher_kis.async_remove_config_entry_device ( HomeAssistant  hass,
SwitcherConfigEntry  config_entry,
dr.DeviceEntry   device_entry 
)
Remove a config entry from a device.

Definition at line 92 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.switcher_kis.async_setup_entry ( HomeAssistant  hass,
SwitcherConfigEntry  entry 
)
Set up Switcher from a config entry.

Definition at line 33 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.switcher_kis.async_unload_entry ( HomeAssistant  hass,
SwitcherConfigEntry  entry 
)
Unload a config entry.

Definition at line 87 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 27 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.switcher_kis.PLATFORMS
Initial value:
1 = [
2  Platform.BUTTON,
3  Platform.CLIMATE,
4  Platform.COVER,
5  Platform.LIGHT,
6  Platform.SENSOR,
7  Platform.SWITCH,
8 ]

Definition at line 18 of file __init__.py.

◆ SwitcherConfigEntry

homeassistant.components.switcher_kis.SwitcherConfigEntry

Definition at line 30 of file __init__.py.