mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Lyric: Only pull priority rooms when its an LCC device (#116876)
This commit is contained in:
parent
e0d8c4d726
commit
f1759982ad
@ -84,6 +84,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
for location in lyric.locations
|
||||
for device in location.devices
|
||||
if device.deviceClass == "Thermostat"
|
||||
and device.deviceID.startswith("LCC")
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user