mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Correct devolo climate devices (#40061)
This commit is contained in:
parent
1e5186fe94
commit
224fd24898
@ -27,7 +27,7 @@ async def async_setup_entry(
|
|||||||
|
|
||||||
for device in hass.data[DOMAIN]["homecontrol"].multi_level_switch_devices:
|
for device in hass.data[DOMAIN]["homecontrol"].multi_level_switch_devices:
|
||||||
for multi_level_switch in device.multi_level_switch_property:
|
for multi_level_switch in device.multi_level_switch_property:
|
||||||
if device.deviceModelUID in [
|
if device.device_model_uid in [
|
||||||
"devolo.model.Thermostat:Valve",
|
"devolo.model.Thermostat:Valve",
|
||||||
"devolo.model.Room:Thermostat",
|
"devolo.model.Room:Thermostat",
|
||||||
]:
|
]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user