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 | |
The Switcher integration.
| 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.
| 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.
| bool homeassistant.components.switcher_kis.async_unload_entry | ( | HomeAssistant | hass, |
| SwitcherConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 87 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.
| list homeassistant.components.switcher_kis.PLATFORMS |
Definition at line 18 of file __init__.py.
| homeassistant.components.switcher_kis.SwitcherConfigEntry |
Definition at line 30 of file __init__.py.