J. Nick Koston
J. Nick Koston
> resolved addrinfo always comes from happyeyeballs and IPV6 first. I'm lost on this comment as happyeyeballs doesn't do the resolution, the configured resolver does
It will eventually fallback to the next address if the timeout is long enough, which is the pre-happyeyeballs behavior. In Home Assistant we used to set the family to AF_INET...
Would be good to test on ESP8266 before merging
Is the final idea to upload a new binary and `exec()` it ?
thanks. I'll adjust as needed in a followup if testing shows any changes are needed.
Speed up looks real 👍
3.x already has slots ``` aiohttp/client.py:@attr.s(auto_attribs=True, frozen=True, slots=True) aiohttp/client_reqrep.py:@attr.s(auto_attribs=True, frozen=True, slots=True) aiohttp/client_reqrep.py:@attr.s(auto_attribs=True, frozen=True, slots=True) aiohttp/client_reqrep.py:@attr.s(auto_attribs=True, slots=True, frozen=True, cache_hash=True) aiohttp/client_ws.py:@attr.s(frozen=True, slots=True) aiohttp/helpers.py:@attr.s(auto_attribs=True, frozen=True, slots=True) aiohttp/helpers.py:@attr.s(auto_attribs=True, frozen=True, slots=True) aiohttp/helpers.py:@attr.s(auto_attribs=True, frozen=True, slots=True) aiohttp/tracing.py:@attr.s(auto_attribs=True,...
@tgagneret-embedded Thanks for picking this back up. We have a lot of Home Assistant users who are really excited about having this feature. As soon as this gets going, I'll...
I'm not having any luck replicating this with ESPHome 2023.11.0b4 + HA core 2023.11.2 Can you post a video so I can try to match your steps exactly?
Please try ha core 2023.12.x when it comes out.