Home Assistant Unofficial Reference 2024.12.1
migrate.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.zwave_js.migrate.ValueID
 

Namespaces

 homeassistant.components.zwave_js.migrate
 

Functions

None homeassistant.components.zwave_js.migrate.async_migrate_discovered_value (HomeAssistant hass, er.EntityRegistry ent_reg, set[str] registered_unique_ids, dr.DeviceEntry device, Driver driver, ZwaveDiscoveryInfo disc_info)
 
None homeassistant.components.zwave_js.migrate.async_migrate_old_entity (HomeAssistant hass, er.EntityRegistry ent_reg, set[str] registered_unique_ids, Platform platform, dr.DeviceEntry device, str unique_id)
 
None homeassistant.components.zwave_js.migrate.async_migrate_statistics_sensors (HomeAssistant hass, Driver driver, Node node, dict[str, str] key_map)
 
None homeassistant.components.zwave_js.migrate.async_migrate_unique_id (er.EntityRegistry ent_reg, Platform platform, str old_unique_id, str new_unique_id)
 
list[str] homeassistant.components.zwave_js.migrate.get_old_value_ids (ZwaveValue value)
 

Variables

 homeassistant.components.zwave_js.migrate._LOGGER = logging.getLogger(__name__)