Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| diagnostics | |
| entity | |
| event | |
| light | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, NiceGOConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, NiceGOConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| NiceGOConfigEntry | |
The Nice G.O. integration.
| bool homeassistant.components.nice_go.async_setup_entry | ( | HomeAssistant | hass, |
| NiceGOConfigEntry | entry | ||
| ) |
Set up Nice G.O. from a config entry.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.nice_go.async_unload_entry | ( | HomeAssistant | hass, |
| NiceGOConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 49 of file __init__.py.
|
private |
Definition at line 13 of file __init__.py.
| homeassistant.components.nice_go.NiceGOConfigEntry |
Definition at line 21 of file __init__.py.