Namespaces | |
| common | |
| config_flow | |
| const | |
| diagnostics | |
| entity | |
| fan | |
| light | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.FAN, Platform.LIGHT, Platform.SENSOR, Platform.SWITCH] |
VeSync integration.
| bool homeassistant.components.vesync.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up Vesync as config entry.
Definition at line 29 of file __init__.py.
| bool homeassistant.components.vesync.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 136 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| list homeassistant.components.vesync.PLATFORMS = [Platform.FAN, Platform.LIGHT, Platform.SENSOR, Platform.SWITCH] |
Definition at line 24 of file __init__.py.