Lyric: Only pull priority rooms when its an LCC device (#116876)
This commit is contained in:
parent
e0d8c4d726
commit
f1759982ad
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue