Namespaces | |
| config_flow | |
| const | |
| cover | |
| entity | |
| fan | |
| light | |
| parent_device | |
| support | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.COVER, Platform.FAN, Platform.LIGHT, Platform.SWITCH] |
The WiLight integration.
| bool homeassistant.components.wilight.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a wilight config entry.
Definition at line 15 of file __init__.py.
| bool homeassistant.components.wilight.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload WiLight config entry.
Definition at line 32 of file __init__.py.
| list homeassistant.components.wilight.PLATFORMS = [Platform.COVER, Platform.FAN, Platform.LIGHT, Platform.SWITCH] |
Definition at line 12 of file __init__.py.