Numa Perez
Numa Perez
I have ran the changes locally and can confirm the additional check added to the code above fixes issue #116665.
I'm having the same problem after updating to 2024.5. I own a lyric round and a T5. I've narrowed the problem to the lyric round. If I don't select it...
Here are the log entries related to the integration: ``` 2024-05-04 08:59:15.643 DEBUG (MainThread) [aiolyric.objects.base] [{'locationID': XXXXXXXX, 'name': 'XXXXXXXX', 'streetAddress': XXXXXXXX, 'devices': [{'thermostatVersion': '02.03.20.00', 'scheduleStatus': 'Pause', 'allowedTimeIncrements': 15, 'settings': {'homeSetPoints':...
As I mentioned, if I only select my T5 and not the Lyric Round when adding the integration, fetching lyric_coordinator data is successful, so the problem is related to the...
> Based on your description, I would guess the issue is occurring when priority api endpoint is called to get device sensors. There is a check for device type before...
> @nprez83 you mind running this branch for this PR locally and seeing if it resolves your issue. https://github.com/home-assistant/core/pull/116876. If so, I'll mark it as ready. Sorry, been busy at...
@dalinicus, ran the updated code and the additional check seems to have done the trick. My Lyric Round loads without issues now. Thanks again.
Perfect. Thanks again!
I'd love to have tap and hold actions supported, if not for the card itself, perhaps for the shortcuts. As of now, I have a volume shortcut that brings up...
Ahh, no worries. That's basically what I'm doing in my script right now, I send the command, wait 30 secs and check for the sensor status (engine, door, etc). I...