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

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