J. Nick Koston

Results 124 issues of J. Nick Koston

https://community.home-assistant.io/t/2022-8-you-can-fix-it/446505/133?u=bdraco

## Proposed change Add Yale Access Bluetooth integration Lib: https://github.com/bdraco/yalexs-ble/compare/v0.0.1...v1.1.2 Works with locks that have a Yale Access module: [YRD216/YRL216, YRD226/YRL226, YRD256](https://shopyalehome.com/collections/smart-locks) https://shopyalehome.com/products/yale-access-ugrade-kit-for-assure-locks-with-wifi?variant=34110396006532 Future PRs: - [ ] Support for...

cla-signed
new-integration
has-tests
integration: yalexs_ble

## Proposed change - Do not ask for a password if the device does not need one - Confirm discovery right away if no more information is needed - Generate...

cla-signed
integration: switchbot
has-tests
dependency
by-code-owner
code-quality

## Proposed change Update august for offline key access ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing or...

cla-signed
next
has-parent

## Proposed change Add door sensor to Yale Access Bluetooth ## Type of change - [ ] Spelling, grammar or other readability improvements (`current` branch). - [ ] Adjusted missing...

cla-signed
awaits-parent
next
has-parent

Properties are indexed well for `_wait_condition` but building the services can be expensive when the number of properties stored gets to a large number. Its noticeable when there ~20 bluetooth...

Seen in https://github.com/Jc2k/aiohomekit/issues/136 Devices with a low MTU that talks HAP over bluetooth will fail to pair because the timeout is too lower e1c4ced242bf2f054948b7baf367465dc9a16347 raised the timeout, but unfortunately it...

Most test devices I have result in a `RuntimeError` from `StopIteration` because there are no write without response chars on the device. I'm able to get the MTU of the...