J. Nick Koston

Results 125 issues of J. Nick Koston

## Proposed change python 3.12 supports eager tasks - https://docs.python.org/3/library/asyncio-task.html#eager-task-factory - https://github.com/python/cpython/issues/97696 There are lots of places were we are unlikely to suspend, but we might suspend so we don't...

core
cla-signed

## Proposed change Use discovery flow helper for hardware integrations The discovery flow helper defers loading discovered integrations until after startup to improve startup reliability. Since hardware was not listed...

core
cla-signed
integration: zha
small-pr
has-tests
integration: homeassistant_yellow
integration: homeassistant_sky_connect
Quality Scale: No score

## Proposed change The entity was removed before the entity registry could update it ``` Traceback (most recent call last): File "/Users/bdraco/home-assistant/homeassistant/helpers/entity.py", line 1482, in _async_process_registry_update_or_remove assert registry_entry is not...

cla-signed
small-pr
integration: dlna_dmr
has-tests
code-quality
Quality Scale: No score

## Proposed change Load integrations in the executor if `import_executor` is specified in `manifest.json` to avoid the code import blocking the event loop. While investigating Bluetooth problems on a Home...

core
cla-signed
small-pr
integration: matter
Quality Scale: No score

## Proposed change mac-vendor-lookup can take a long time to startup because it has to fetch the oui db from the web. Additional we likely won't have to wait for...

cla-signed
small-pr
integration: nmap_tracker
code-quality
Quality Scale: No score

After looking though `cryptography`'s code, checking if the key starts with the 6 known types is enough here.

keep

## Proposed change This PR is rc0 for now but will be updated when the full release it out. For now its to get a CI run to see if...

cla-signed
dependencies

### Describe the issue you are experiencing strace sample: ``` [pid 108] newfstatat(AT_FDCWD, "/data/homeassistant/yalexs-ble/.git/refs/tags/v1.9.7", {st_mode=S_IFREG|0644, st_size=41, ...}, 0) = 0 [pid 108] newfstatat(AT_FDCWD, "/data/homeassistant/yalexs-ble/.git/refs/tags/v1.9.7", {st_mode=S_IFREG|0644, st_size=41, ...}, AT_SYMLINK_NOFOLLOW) = 0...

enhancement
stale

This api call is made every few seconds `[pid 76] recvfrom(37, "POST /core/api/states/binary_sensor.backups_stale HTTP/1.1\r\nHost: supervisor\r\nAuthorization: Bearer 192cb79122d0d1e6268e185d01146ff73ea76d9545cd67272c952c787254964023b9df26797d593973f78e25cd6b217bc9328f59b424ad4c\r\nAccept: */*\r\nAccept-Encoding: gzip, deflate\r\nUser-Agent: Python/3.11 aiohttp/3.8.4\r\nContent-Length: 93\r\nContent-Type: application/json\r\n\r\n{\"state\": \"off\", \"attributes\": {\"friendly_name\": \"Backups Stale\", \"device_class\":...

### Describe the issue you are experiencing related issues https://github.com/home-assistant/core/issues/78012 https://github.com/home-assistant/core/issues/81767 https://github.com/home-assistant/core/issues/80366 (maybe https://github.com/home-assistant/core/issues/81359) https://github.com/home-assistant/core/issues/82279 related update https://forums.raspberrypi.com/viewtopic.php?t=292113 files are available here https://github.com/winterheart/broadcom-bt-firmware documented here https://github.com/home-assistant/home-assistant.io/pull/24865 ### What operating system...

bug
pinned