Lyric: Only pull priority rooms when its an LCC device (#116876)

This commit is contained in:
Ryan Mattson 2024-06-22 03:48:02 -05:00 committed by GitHub
parent e0d8c4d726
commit f1759982ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")
)
)