J. Nick Koston
J. Nick Koston
- [x] wheels https://github.com/home-assistant/core/actions/runs/11216110159 ## Proposed change changelog: https://github.com/aio-libs/propcache/compare/v0.1.0...v0.2.0 ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ]...
https://github.com/andrewleech/ha_magiqtouch/blob/6bfa8533f9e9bfa08508e0e8d4471033b350e590/custom_components/magiqtouch/magiqtouch.py#L255 https://docs.aiohttp.org/en/stable/_modules/aiohttp/client_ws.html#ClientWebSocketResponse.receive Noticed this in the logs submitted by a user in https://github.com/home-assistant/core/issues/125001
## Proposed change changelog: https://github.com/aio-libs/aiohttp/compare/v3.10.9...v3.10.10 ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!)...
## Proposed change changelog: https://github.com/aio-libs/yarl/compare/v1.15.0...v1.15.1 ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New integration (thank you!)...
- [x] wheels https://github.com/home-assistant/core/actions/runs/11316866958 ## Proposed change changelog: https://github.com/aio-libs/yarl/compare/v1.15.1...v1.15.2 Some nice speed ups https://codspeed.io/aio-libs/yarl ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes...
TODO - [ ] bump xiaomi-ble after merging linked PR - [ ] tests - [ ] docs ## Proposed change needs https://github.com/Bluetooth-Devices/xiaomi-ble/pull/98 ## Type of change - [ ]...
see https://github.com/home-assistant/core/issues/123456
We have a check to see if subscribe is broken but checking it depends on the pairing type. Make sure all pairings support this. related issue https://github.com/home-assistant/core/issues/124099
https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientResponse.request_info It would be about 2x as fast to create if it were a namedtuple though, and although dataclasses are faster to access its rarely accessed so namedtuple probably is...
I'm 50/50 on if we should move this forward as I'm not sure 4.x will be out by the time we drop python 3.9 support and once we do we...