Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| sensor | |
Classes | |
| class | ImgwPibData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ImgwPibConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ImgwPibConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| ImgwPibConfigEntry | |
The IMGW-PIB integration.
| bool homeassistant.components.imgw_pib.async_setup_entry | ( | HomeAssistant | hass, |
| ImgwPibConfigEntry | entry | ||
| ) |
Set up IMGW-PIB from a config entry.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.imgw_pib.async_unload_entry | ( | HomeAssistant | hass, |
| ImgwPibConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 60 of file __init__.py.
|
private |
Definition at line 23 of file __init__.py.
| homeassistant.components.imgw_pib.ImgwPibConfigEntry |
Definition at line 25 of file __init__.py.