mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 22:37:11 +00:00
Correct devolo climate devices (#40061)
This commit is contained in:
parent
7a7cad39eb
commit
a9d24c2cd5
@ -27,7 +27,7 @@ async def async_setup_entry(
|
||||
|
||||
for device in hass.data[DOMAIN]["homecontrol"].multi_level_switch_devices:
|
||||
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.Room:Thermostat",
|
||||
]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user