J. Nick Koston

Results 125 issues of J. Nick Koston

``` 2023-07-27 09:49:26.764 DEBUG (MainThread) [homeassistant.components.homekit_controller.connection] Called async_set_available_state with True for D8:9A:98:F3:08:79 2023-07-27 09:49:26.764 DEBUG (MainThread) [homeassistant.components.homekit_controller.connection] Called async_set_available_state with True for D8:9A:98:F3:08:79 2023-07-27 09:49:26.765 DEBUG (MainThread) [homeassistant.components.homekit_controller.connection] Called async_set_available_state...

``` 2023-07-19 13:31:02.329 DEBUG (MainThread) [aiohomekit.controller.abstract] A133RDP8 [DB:AF:6E:65:E8:41] (id=89:A9:01:69:8C:83): Config number has changed from -1 to 1; char cache invalid 2023-07-19 13:31:02.330 ERROR (MainThread) [homeassistant.components.bluetooth.manager] Error in callback: Traceback (most...

``` 2023-07-19 13:21:23.308 ERROR (MainThread) [homeassistant.components.homekit_controller.config_flow] Pairing attempt failed with an unhandled exception Traceback (most recent call last): File "/Users/bdraco/home-assistant/homeassistant/components/homekit_controller/config_flow.py", line 454, in async_step_pair return await self._entry_from_accessory(pairing) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/bdraco/home-assistant/homeassistant/components/homekit_controller/config_flow.py",...

``` Mar 29 23:47:24 homeassistant homeassistant[463]: 2023-03-29 13:47:24.465 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Mar 29 23:47:24 homeassistant homeassistant[463]: Traceback (most recent call last): Mar...

``` 2022-12-03 18:26:47.215 ERROR (MainThread) [homeassistant.components.bluetooth.manager] Error in callback: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/bluetooth/manager.py", line 92, in _dispatch_bleak_callback callback(device, advertisement_data) File "/usr/local/lib/python3.10/site-packages/aiohomekit/controller/ble/controller.py", line 106, in _device_detected future.set_result(discovery) asyncio.exceptions.InvalidStateError:...

If we don't we get disconnected events if we want them are not from the GSN change. This means we end up making active connections for notifications we don't care...

Maybe the zeroconf recording dropping drives unavailability? _Originally posted by @Jc2k in https://github.com/Jc2k/aiohomekit/issues/237#issuecomment-1302579181_ This would allow us to get rid of the polling and only make unavailable when the PTR...

aiohttp uses yarl for url handling. Remove the urllib warning disables since they are unused and switch all urllib using to yarl

## Proposed change Add slots to bluetooth matcher objects ## Type of change - [ ] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [...

cla-signed
small-pr
by-code-owner
code-quality
integration: bluetooth
Quality Scale: internal

related thread https://community.home-assistant.io/t/2023-5-lets-talk/567331/273?u=bdraco ## Proposed change frontend PR https://github.com/home-assistant/frontend/pull/19621 In #90992 we now require a list of entity ids to be passed to history to avoid the cases were systems...

core
integration: recorder
cla-signed
new-feature
has-tests
Quality Scale: internal