Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.stookwijzer Namespace Reference

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]
 

Detailed Description

The Stookwijzer integration.

Function Documentation

◆ async_migrate_entity_entry()

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.

◆ async_migrate_entry()

bool homeassistant.components.stookwijzer.async_migrate_entry ( HomeAssistant  hass,
StookwijzerConfigEntry   entry 
)
Migrate old entry.

Definition at line 39 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.stookwijzer.async_unload_entry ( HomeAssistant  hass,
StookwijzerConfigEntry   entry 
)
Unload Stookwijzer config entry.

Definition at line 32 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.stookwijzer.PLATFORMS = [Platform.SENSOR]

Definition at line 17 of file __init__.py.