Namespaces | |
| config_flow | |
| const | |
| light | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.LIGHT] |
Zerproc lights integration.
| bool homeassistant.components.zerproc.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Zerproc from a config entry.
Definition at line 12 of file __init__.py.
| bool homeassistant.components.zerproc.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 24 of file __init__.py.
| list homeassistant.components.zerproc.PLATFORMS = [Platform.LIGHT] |
Definition at line 9 of file __init__.py.