Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
| system_health | |
Classes | |
| class | GiosData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, GiosConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, GiosConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| GiosConfigEntry | |
| list | PLATFORMS = [Platform.SENSOR] |
The GIOS component.
| bool homeassistant.components.gios.async_setup_entry | ( | HomeAssistant | hass, |
| GiosConfigEntry | entry | ||
| ) |
Set up GIOS as config entry.
Definition at line 32 of file __init__.py.
| bool homeassistant.components.gios.async_unload_entry | ( | HomeAssistant | hass, |
| GiosConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 70 of file __init__.py.
|
private |
Definition at line 18 of file __init__.py.
| homeassistant.components.gios.GiosConfigEntry |
Definition at line 22 of file __init__.py.
| list homeassistant.components.gios.PLATFORMS = [Platform.SENSOR] |
Definition at line 20 of file __init__.py.