Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
Functions | |
| dict[str, Any]|None | async_migrate_entity_entry (er.RegistryEntry entity_entry) |
| bool | async_migrate_entry (HomeAssistant hass, StookwijzerConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, StookwijzerConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, StookwijzerConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
The Stookwijzer integration.
| dict[str, Any] | None homeassistant.components.stookwijzer.async_migrate_entity_entry | ( | er.RegistryEntry | entity_entry | ) |
Migrate Stookwijzer entity entries. - Migrates unique ID for the old Stookwijzer sensors to the new unique ID.
Definition at line 81 of file __init__.py.
| bool homeassistant.components.stookwijzer.async_migrate_entry | ( | HomeAssistant | hass, |
| StookwijzerConfigEntry | entry | ||
| ) |
Migrate old entry.
Definition at line 39 of file __init__.py.
| bool homeassistant.components.stookwijzer.async_setup_entry | ( | HomeAssistant | hass, |
| StookwijzerConfigEntry | entry | ||
| ) |
Set up Stookwijzer from a config entry.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.stookwijzer.async_unload_entry | ( | HomeAssistant | hass, |
| StookwijzerConfigEntry | entry | ||
| ) |
Unload Stookwijzer config entry.
Definition at line 32 of file __init__.py.
| list homeassistant.components.stookwijzer.PLATFORMS = [Platform.SENSOR] |
Definition at line 17 of file __init__.py.