J. Nick Koston

Results 2087 comments of J. Nick Koston

https://www.home-assistant.io/integrations/bluetooth/#remote-adapters-bluetooth-proxies

That would be a nice addition if you are up to edit the docs https://github.com/home-assistant/home-assistant.io/blob/current/source/_integrations/airthings_ble.markdown

Just got around to testing this ``` Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 987, in async_migrate result = await component.async_migrate_entry(hass, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/hunterdouglas_powerview/__init__.py", line 141, in async_migrate_entry...

Sorry, I had to step away, family emergency, will have to look tomorrow

The unique id of the config entry it None Thats the issue

This one is private because we want to be able to make changes to it internally without making breaking changes.

Unlikely aiohttp `httpx.RemoteProtocolError` isn't handled automatically by httpx. We probably could solve this by subclassing `AsyncTransport` and overloading the `post` and `get` messages to retry once

Since Keith has already reviewed this not much point in breaking it up.

Looks very much like the ld2450 version. I thought there was a buffer underflow in handle_periodic_data_ but after I dug at it more its fine and safe

- Missing automation.h file with the BluetoothPasswordSetAction class - Missing set_bluetooth_password() method in LD2412Component - Missing password command constant - LD2410 uses a separate command for password - No password...