Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| light | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, GoveeLocalConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, GoveeLocalConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
The Govee Light local integration.
| bool homeassistant.components.govee_light_local.async_setup_entry | ( | HomeAssistant | hass, |
| GoveeLocalConfigEntry | entry | ||
| ) |
Set up Govee light local from a config entry.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.govee_light_local.async_unload_entry | ( | HomeAssistant | hass, |
| GoveeLocalConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 58 of file __init__.py.
|
private |
Definition at line 21 of file __init__.py.