Fix Plugwise migration error (#73812)
parent
39a00ffe09
commit
998e63df61
|
@ -113,7 +113,7 @@ def migrate_sensor_entities(
|
|||
|
||||
# Migrating opentherm_outdoor_temperature to opentherm_outdoor_air_temperature sensor
|
||||
for device_id, device in coordinator.data.devices.items():
|
||||
if device["dev_class"] != "heater_central":
|
||||
if device.get("dev_class") != "heater_central":
|
||||
continue
|
||||
|
||||
old_unique_id = f"{device_id}-outdoor_temperature"
|
||||
|
|
Loading…
Reference in New Issue