mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02:00
Correct devolo climate devices (#40061)
This commit is contained in:
@@ -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",
|
||||
]:
|
||||
|
||||
Reference in New Issue
Block a user