J. Nick Koston

Results 1005 comments of J. Nick Koston

I think this will solve the issue where its not possible to clear a timeout without dropping back to YAML once its been set which seems like the root cause...

Full reproducer ```python from aiohttp import web from async_timeout import timeout import asyncio from multidict import CIMultiDict, CIMultiDictProxy, istr from aiohttp.test_utils import make_mocked_request from unittest import mock import aiosignal from...

draft since the root cause that necessitated the revert in https://github.com/home-assistant/frontend/pull/20598 needs to be discovered first

Probably just check for EOL versions and out of date versions

Can you try upgrading to bleak 0.21.1 and dbus-fast 2.0.1?

> > Checking multicast-relay logs on the specific docker image, I can see that when the devices boot, they send multicast request to all VLAN configured during the first 5...

If its not answering questions that is authoritative for than this is a different problem. It seems like what is described above is that the ESP8266 is incorrectly sending regular...

https://github.com/grimmpp/home-assistant-eltako/compare/v1.4.2-added-eep-a5-30-01-and-a5-30-03...v1.4.3-compatibility-to-ha-2024.5 It looks like the change was to pass the loop directly which will bypass the thread safety check. Unfortunately this does not solve the problem. The thread safety check...