If you enjoy my open source work, please consider donating to the Maui Food Bank
- Houston, TX
- http://mauifoodbank.org
- @bdraco
Block or Report
Block or report bdraco
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
home-assistant/core
home-assistant/core Public🏡 Open source home automation that puts local control and privacy first.
10,347 contributions in the last year
| Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | |||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
home-assistant/core,
ratgdo/esphome-ratgdo,
esphome/aioesphomeapi
and 196 other
repositories
Contribution activity
December 2023
Created 278 commits in 30 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 5 repositories not shown
Created 3 repositories
-
bdraco/cached-ipaddress
Python
This contribution was made on Dec 16
-
bdraco/aiohappyeyeballs
Python
This contribution was made on Dec 9
-
bdraco/dashboard-api
Python
This contribution was made on Dec 5
Created a pull request in aio-libs/aiohttp that received 44 comments
Implement happy eyeballs (RFC 8305)
What do these changes do? Implements Happy Eyeballs support (https://datatracker.ietf.org/doc/html/rfc8305) Are there changes in behavior for the …
+477
−42
lines changed
•
44
comments
Opened 256 other pull requests in 28 repositories
home-assistant/core
98
merged
5
closed
1
open
-
Avoid clearing the attr cache in setter when nothing has changed
This contribution was made on Dec 25
-
Use identity checks for sensor device class enums
This contribution was made on Dec 25
-
Add support for attribute caching to the todo platform
This contribution was made on Dec 23
-
Add support for attribute caching to the datetime platform
This contribution was made on Dec 23
-
Add support for attribute caching to the time platform
This contribution was made on Dec 23
-
Add support for attribute caching to the date platform
This contribution was made on Dec 23
-
Add support for attribute caching to the siren platform
This contribution was made on Dec 23
-
Add support for attribute caching to the water_heater platform
This contribution was made on Dec 23
-
Add support for attribute caching to the lawn_mower platform
This contribution was made on Dec 23
-
Add support for attribute caching to the weather platform
This contribution was made on Dec 23
-
Add support for attribute caching to the image platform
This contribution was made on Dec 23
-
Add support for attribute caching to the vacuum platform
This contribution was made on Dec 23
-
Add support for attribute caching to the event platform
This contribution was made on Dec 23
-
Fix native_step in number not looking at _attr_native_step
This contribution was made on Dec 23
-
Ensure MQTT attributes are bound to the respective platform entity
This contribution was made on Dec 23
-
Make _async_abort_entries_match require a dict
This contribution was made on Dec 23
-
Add support for attribute caching to the lock platform
This contribution was made on Dec 22
-
Add support for attribute caching to the remote platform
This contribution was made on Dec 22
-
Add support for attribute caching to ToggleEntity
This contribution was made on Dec 22
-
Add support for attribute caching to the humidifier platform
This contribution was made on Dec 22
-
Add support for attribute caching to the fan platform
This contribution was made on Dec 22
-
Add support for attribute caching to the cover platform
This contribution was made on Dec 22
-
Add support for attribute caching to the climate platform
This contribution was made on Dec 22
-
Add support for attribute caching to the alarm_control_panel platform
This contribution was made on Dec 22
-
Add support for attribute caching to the text platform
This contribution was made on Dec 22
- Some pull requests not shown.
python-zeroconf/python-zeroconf
28
merged
1
closed
-
feat: small speed up to constructing outgoing packets
This contribution was made on Dec 19
-
chore: remove deprecated handle_response
This contribution was made on Dec 19
-
feat: speed up processing incoming packets
This contribution was made on Dec 19
-
feat: speed up the query handler
This contribution was made on Dec 19
-
feat: speed up core with a cython pxd
This contribution was made on Dec 19
-
feat: make ServiceInfo aware of question history
This contribution was made on Dec 16
-
fix: scheduling race with the QueryScheduler
This contribution was made on Dec 16
-
feat: small speed up to ServiceInfo construction
This contribution was made on Dec 16
-
feat: small speed up to processing incoming records
This contribution was made on Dec 15
-
chore: partially revert add get_percentage_remaining_ttl helper to DNSRecord
This contribution was made on Dec 15
-
chore: add get_percentage_remaining_ttl helper to DNSRecord
This contribution was made on Dec 15
-
feat: small performance improvement for converting time
This contribution was made on Dec 15
-
feat: small performance improvement for ServiceInfo asking questions
This contribution was made on Dec 15
-
feat: small performance improvement constructing outgoing questions
This contribution was made on Dec 15
-
fix: microsecond precision loss in the query handler
This contribution was made on Dec 15
-
fix: ensure question history suppresses duplicates
This contribution was made on Dec 15
-
fix: ensure IPv6 scoped address construction uses the string cache
This contribution was made on Dec 14
-
feat: significantly improve efficiency of the ServiceBrowser scheduler
This contribution was made on Dec 14
-
chore: ensure properties change is mentioned in the CHANGELOG.md file
This contribution was made on Dec 13
-
feat: ensure ServiceInfo.properties always returns bytes
This contribution was made on Dec 13
-
feat: add decoded_properties method to ServiceInfo
This contribution was made on Dec 13
-
feat: cache is_unspecified for zeroconf ip address objects
This contribution was made on Dec 13
-
fix: performance regression with ServiceInfo IPv6Addresses
This contribution was made on Dec 13
-
fix: re-expose ServiceInfo._set_properties for backwards compat
This contribution was made on Dec 10
-
fix: correct nsec record writing
This contribution was made on Dec 10
- Some pull requests not shown.
bdraco/aiohappyeyeballs
29
merged
-
fix: remove test import from tests
This contribution was made on Dec 14
-
feat: avoid _interleave_addrinfos when there is only a single addr_info
This contribution was made on Dec 12
-
feat: make interleave with pop_addr_infos_interleave optional to match cpython
This contribution was made on Dec 11
-
feat: add addr_to_addr_info util for converting addr to addr_infos
This contribution was made on Dec 11
-
feat!: require the full address tuple for the remove_addr_infos util
This contribution was made on Dec 10
-
fix: move types into a single file
This contribution was made on Dec 10
-
feat: add utils
This contribution was made on Dec 10
-
fix: license should be PSF-2.0
This contribution was made on Dec 9
-
feat: add some more examples to the docs
This contribution was made on Dec 9
-
feat: add coverage for multiple and same exceptions
This contribution was made on Dec 9
-
feat: add coverage for setblocking failing
This contribution was made on Dec 9
-
feat: add cover for passing the loop
This contribution was made on Dec 9
-
fix: ensure exception error is stringified
This contribution was made on Dec 9
-
feat: add coverage for unexpected exception
This contribution was made on Dec 9
-
feat: add coverage for bind failure with local addresses
This contribution was made on Dec 9
-
feat: add coverage for passing local addresses
This contribution was made on Dec 9
-
feat: add example usage
This contribution was made on Dec 9
-
feat!: rename create_connection to start_connection
This contribution was made on Dec 9
-
feat: add coverage for interleave
This contribution was made on Dec 9
-
feat: add coverage for multi ipv6
This contribution was made on Dec 9
-
feat: add coverage for ipv6 failure
This contribution was made on Dec 9
-
feat: improve test coverage
This contribution was made on Dec 9
-
feat: improve doc strings
This contribution was made on Dec 9
-
feat: add more tests
This contribution was made on Dec 9
-
feat: optimize for single case
This contribution was made on Dec 9
- Some pull requests not shown.
Bluetooth-Devices/habluetooth
21
merged
-
feat!: simplify async_register_scanner by removing connectable argument
This contribution was made on Dec 20
-
feat!: eliminate the need to pass the new_info_callback
This contribution was made on Dec 12
-
fix: do not schedule an expire when restoring devices
This contribution was made on Dec 11
-
feat: relocate BluetoothServiceInfoBleak
This contribution was made on Dec 7
-
feat: small speed ups to base_scanner
This contribution was made on Dec 7
-
feat: speed up processing incoming service infos
This contribution was made on Dec 6
-
feat: auto build the cythonized manager
This contribution was made on Dec 6
-
feat: add cython implementation for manager
This contribution was made on Dec 6
-
feat: port bluetooth manager from HA
This contribution was made on Dec 5
-
fix: add missing cythonize for the adv tracker
This contribution was made on Dec 4
-
feat: port advertisement_tracker
This contribution was made on Dec 4
-
fix: remove slots to keep HaScanner patchable
This contribution was made on Dec 4
-
feat: port local scanner support from HA
This contribution was made on Dec 3
-
feat: add more typing for incoming bluetooth data
This contribution was made on Dec 3
-
feat: refactor to be able to use __Pyx_PyObject_FastCall
This contribution was made on Dec 3
-
feat: add basic pxd
This contribution was made on Dec 3
-
feat: add cython pxd for base_scanner
This contribution was made on Dec 3
-
chore: remove unused labels workflow
This contribution was made on Dec 3
-
chore: add basic cover
This contribution was made on Dec 3
-
feat: port base scanner from ha
This contribution was made on Dec 2
-
fix: reserve name
This contribution was made on Dec 2
esphome/esphome
8
merged
3
open
1
closed
-
dashboard: Fix file writes on Windows
This contribution was made on Dec 24
-
Fix docker builds
This contribution was made on Dec 24
-
Bump hypothesis to 6.92.1
This contribution was made on Dec 24
-
Run python tests on windows and macos
This contribution was made on Dec 24
-
dashboard: Use icmplib to avoid creating subprocesses for ping
This contribution was made on Dec 23
-
dashboard: Only ping when polling is active
This contribution was made on Dec 22
-
Fix dashboard logs when api is disabled and using MQTT
This contribution was made on Dec 22
-
Fix unexpected disconnects when outgoing buffer is full during keepalive
This contribution was made on Dec 22
-
Bump aioesphomeapi to 21.0.1
This contribution was made on Dec 19
-
Update typing to modern syntax (see PEP 563)
This contribution was made on Dec 14
-
Bump aioesphomeapi to 20.1.0
This contribution was made on Dec 12
-
dashboard: Add some basic tests for the dashboard
This contribution was made on Dec 1
esphome/aioesphomeapi
1
closed
8
merged
-
Sync time daily once ESPHome device has requested time once
This contribution was made on Dec 22
-
Make failure to increase the recv buffer size non-fatal
This contribution was made on Dec 19
-
Refactor raw Bluetooth advs subscriptions
This contribution was made on Dec 12
-
Add support for passing multiple addresses to the client
This contribution was made on Dec 12
-
Bump chacha20poly1305-reuseable to >=0.12.0
This contribution was made on Dec 12
-
Bump zeroconf to >=0.128.4,<1.0
This contribution was made on Dec 12
-
Add happy eyeballs support (RFC 8305)
This contribution was made on Dec 10
-
Pin pytest-asyncio to <=0.21.1 to fix CI
This contribution was made on Dec 5
-
Small speed up to writing outgoing packets
This contribution was made on Dec 5
Bluetooth-Devices/usb-devices
7
merged
-
fix: missing build command in pyproject.toml
This contribution was made on Dec 16
-
fix: remove unused workflows
This contribution was made on Dec 16
-
fix: switch to trusted publishing
This contribution was made on Dec 16
-
chore: more ci fixes
This contribution was made on Dec 16
-
chore: more ci fixes
This contribution was made on Dec 16
-
chore: update ci workflow
This contribution was made on Dec 16
-
fix: ensure lib can be imported in windows
This contribution was made on Dec 16
Bluetooth-Devices/dbus-fast
6
merged
-
feat: speed up message callbacks
This contribution was made on Dec 12
-
feat: speed up run time constructed method handlers
This contribution was made on Dec 4
-
feat: speed up ServiceInterface callbacks with cython methods
This contribution was made on Dec 4
-
feat: small speed up to the aio message reader
This contribution was made on Dec 4
-
feat: reduce duplicate code in aio MessageBus
This contribution was made on Dec 4
-
feat: speed up sending messages with call on the MessageBus
This contribution was made on Dec 4
aio-libs/aiohttp
3
merged
1
open
-
Fix websocket connection leak (#7978)
This contribution was made on Dec 18
-
Fix websocket connection leak (#7978)
This contribution was made on Dec 18
-
Fix websocket connection leak
This contribution was made on Dec 17
-
DO NOT MERGE: debug test_unsupported_upgrade
This contribution was made on Dec 11
Bluetooth-Devices/bleak-esphome
4
merged
-
feat: add connect scanner helper
This contribution was made on Dec 17
-
feat: add available property to know when the ESP device is connected
This contribution was made on Dec 14
-
feat: move mac_to_int helper to bluetooth_data_tools
This contribution was made on Dec 13
-
feat: initial import
This contribution was made on Dec 13
bdraco/cached-ipaddress
4
merged
-
feat: add reverse_pointer to the cache
This contribution was made on Dec 17
-
feat: add is_multicast to the list of cached properties
This contribution was made on Dec 16
-
feat: first version
This contribution was made on Dec 16
-
fix: reserve name on pypi
This contribution was made on Dec 16
Bluetooth-Devices/thermopro-ble
3
merged
1
closed
-
fix: trigger release
This contribution was made on Dec 6
-
fix: update isort to fix CI
This contribution was made on Dec 6
-
chore: fix ci
This contribution was made on Dec 6
-
feat: add support for TP357S
This contribution was made on Dec 6
ratgdo/esphome-ratgdo
3
merged
-
fix: v2.5i boards should use d1_mini
This contribution was made on Dec 24
-
Bump actions/deploy-pages to 1.2.9
This contribution was made on Dec 17
-
feat: add 2.52i board to the page
This contribution was made on Dec 17
Bluetooth-Devices/bluetooth-data-tools
3
merged
-
feat: speed up to gap parser
This contribution was made on Dec 21
-
feat: add mac_to_int util
This contribution was made on Dec 13
-
feat: speed up int_to_bluetooth_address
This contribution was made on Dec 3
AngellusMortis/pyunifiprotect
1
closed
2
merged
-
Ensure close is mocked in the mock aiohttp session
This contribution was made on Dec 7
-
Fix test-code tool with MacOS
This contribution was made on Dec 7
-
Add python 3.12 to the CI
This contribution was made on Dec 7
pyenphase/pyenphase
2
merged
-
fix: 3.9.x firmware with meters probe
This contribution was made on Dec 20
-
fix: skip meters endpoint if it returns a 401
This contribution was made on Dec 20
alandtse/tesla
1
merged
-
fix: calculate assumed state only once
This contribution was made on Dec 23
bdraco/aiohttp-zlib-ng
1
merged
-
fix: disable library if AVX is missing
This contribution was made on Dec 21
home-assistant/developers.home-assistant
1
merged
-
Update Bluetooth docs for async_register_scanner changes
This contribution was made on Dec 21
bdraco/aiodiscover
1
merged
-
feat: improve performance with cached_ipaddress
This contribution was made on Dec 16
home-assistant/docker-base
1
merged
-
Backport asyncio socket connection performance improvement
This contribution was made on Dec 16
Bluetooth-Devices/bluetooth-adapters
1
merged
-
fix: workaround fcntl and dbus_fast not available on windows
This contribution was made on Dec 16
python/cpython
1
merged
-
gh-112989: asyncio: Reduce overhead to connect sockets with SelectorEventLoop
This contribution was made on Dec 12
Jc2k/aiohomekit
1
merged
-
Add support for happy eyeballs (RFC 8305)
This contribution was made on Dec 10
home-assistant-libs/home-assistant-bluetooth
1
merged
-
feat: make home_assistant_bluetooth a wrapper around habluetooth
This contribution was made on Dec 7
3
repositories not shown
Reviewed 162 pull requests in 19 repositories
home-assistant/core
25 pull requests
-
Bump getmac 0.9.4
This contribution was made on Dec 25
-
Avoid clearing the attr cache in setter when nothing has changed
This contribution was made on Dec 25
-
Split out shared screenlogic switch code
This contribution was made on Dec 24
-
Add diagnostics to ccm15
This contribution was made on Dec 24
-
Add Airnow to strict typing
This contribution was made on Dec 23
-
Add support for attribute caching to the datetime platform
This contribution was made on Dec 23
-
Add support for attribute caching to the time platform
This contribution was made on Dec 23
-
Add support for attribute caching to the date platform
This contribution was made on Dec 23
-
Update test data for screenlogic
This contribution was made on Dec 23
-
Remove unnecessary async_add_job in face processing of image_processing
This contribution was made on Dec 23
-
Optimize use_device_name check in base entity class
This contribution was made on Dec 23
-
Update psutil to 5.9.7
This contribution was made on Dec 23
-
Add entity translations to Steamist
This contribution was made on Dec 23
-
Add config flow to System Monitor
This contribution was made on Dec 23
-
ISY994: remove reference to reload service
This contribution was made on Dec 23
-
Add subwoofer crossover support to Sonos Amp devices
This contribution was made on Dec 23
-
Add support for attribute caching to the humidifier platform
This contribution was made on Dec 23
-
Add support for attribute caching to the number platform
This contribution was made on Dec 22
-
Reduce Life360 update time by fetching Places & Members in parallel
This contribution was made on Dec 22
-
Add support for caching entity properties
This contribution was made on Dec 22
-
Add integration for Vogel's MotionMount
This contribution was made on Dec 22
-
Add button platform to Tessie
This contribution was made on Dec 22
-
Add device tracker to Tessie
This contribution was made on Dec 22
-
Bump httpx to 0.26.0 and httpcore to 1.0.2
This contribution was made on Dec 21
-
DO NOT MERGE: Test support for caching entity properties with sensor platform
This contribution was made on Dec 21
- Some pull request reviews not shown.
esphome/esphome
13 pull requests
-
dashboard: Use icmplib to avoid creating subprocesses for ping
This contribution was made on Dec 23
-
A helper class that could resolve from "hosts", mDNS and finally DNS
This contribution was made on Dec 19
-
Bump zeroconf from 0.130.0 to 0.131.0
This contribution was made on Dec 19
-
Bump zeroconf from 0.128.4 to 0.130.0
This contribution was made on Dec 17
-
Bump aioesphomeapi from 20.1.0 to 21.0.0
This contribution was made on Dec 13
-
Bump black from 23.11.0 to 23.12.0
This contribution was made on Dec 12
-
Bump aioesphomeapi from 19.3.0 to 20.0.0
This contribution was made on Dec 12
-
Bump zeroconf from 0.128.0 to 0.128.4
This contribution was made on Dec 11
-
Bump aioesphomeapi from 19.2.1 to 19.3.0
This contribution was made on Dec 6
-
Add support for fan preset modes
This contribution was made on Dec 3
-
add missing ifdef to pvvx_mithermometer
This contribution was made on Dec 3
-
Bump tornado from 6.3.3 to 6.4
This contribution was made on Dec 1
-
Bump aioesphomeapi from 19.1.7 to 19.2.1
This contribution was made on Dec 1
esphome/aioesphomeapi
10 pull requests
-
Bump black from 23.12.0 to 23.12.1
This contribution was made on Dec 25
-
Bump mypy from 1.7.1 to 1.8.0
This contribution was made on Dec 25
-
Bump isort from 5.13.1 to 5.13.2
This contribution was made on Dec 16
-
Add support for passing multiple addresses to the client
This contribution was made on Dec 12
-
Bump pylint from 3.0.2 to 3.0.3
This contribution was made on Dec 12
-
Bump isort from 5.13.0 to 5.13.1
This contribution was made on Dec 12
-
Bump black from 23.11.0 to 23.12.0
This contribution was made on Dec 12
-
Bump isort from 5.12.0 to 5.13.0
This contribution was made on Dec 11
-
Bump actions/setup-python from 4 to 5
This contribution was made on Dec 10
-
Add support for fan preset modes
This contribution was made on Dec 6
aio-libs/aiohttp
6 pull requests
-
DO NOT MERGE: debug test_unsupported_upgrade
This contribution was made on Dec 20
-
Implement filter_cookies() with domain-matching and path-matching
This contribution was made on Dec 19
-
Fix websocket connection leak
This contribution was made on Dec 17
-
Implement happy eyeballs (RFC 8305)
This contribution was made on Dec 12
-
Fixed Inappropriate Logical Expression
This contribution was made on Dec 11
-
Pin proxy.py to 2.4.4rc4 for testing
This contribution was made on Dec 1
home-assistant/home-assistant.io
4 pull requests
-
Add button platform to Tessie
This contribution was made on Dec 22
-
Add device tracker to Tessie
This contribution was made on Dec 22
-
Add binary sensor platform to Tessie
This contribution was made on Dec 16
-
Add Tessie
This contribution was made on Dec 9
python-zeroconf/python-zeroconf
4 pull requests
-
feat: speed up the query handler
This contribution was made on Dec 19
-
feat: make ServiceInfo aware of question history
This contribution was made on Dec 16
-
feat: significantly improve efficiency of the ServiceBrowser scheduler
This contribution was made on Dec 15
-
feat: add decoded_properties method to ServiceInfo
This contribution was made on Dec 13
ratgdo/esphome-ratgdo
4 pull requests
-
New feature: Add learn and clear capability
This contribution was made on Dec 18
-
Drop an incomplete packet if the missing bytes are lost
This contribution was made on Dec 16
-
Detect "not connected to GDO" condition
This contribution was made on Dec 16
-
Convert lock remotes switch to a lock component
This contribution was made on Dec 6
AngellusMortis/pyunifiprotect
3 pull requests
-
Automatically set enums to unknown for ones that support it
This contribution was made on Dec 15
-
Fixes broken UUID from Protect
This contribution was made on Dec 5
-
Updates for Protect 2.10.10
This contribution was made on Dec 5
pyenphase/pyenphase
2 pull requests
-
feat: provide phase configuration for envoy metered with ct
This contribution was made on Dec 19
-
refactor: add empty data structures and tests for phase information
This contribution was made on Dec 14
Bluetooth-Devices/bluetooth-adapters
2 pull requests
-
chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.23.2
This contribution was made on Dec 16
-
chore(deps): bump sphinx-rtd-theme from 1.3.0 to 2.0.0
This contribution was made on Dec 16
Danielhiversen/pySwitchbot
1 pull request
-
Added QuietDrift support for Curtain 3
This contribution was made on Dec 20
Bluetooth-Devices/qingping-ble
1 pull request
-
feat: add support for cgp23w
This contribution was made on Dec 16
Bluetooth-Devices/dbus-fast
1 pull request
-
feat: speed up message callbacks
This contribution was made on Dec 12
home-assistant/developers.home-assistant
1 pull request
-
Add blog post about changes in entity descriptions
This contribution was made on Dec 11
Jc2k/aiohomekit
1 pull request
-
Add support for happy eyeballs (RFC 8305)
This contribution was made on Dec 11
home-assistant/brands
1 pull request
-
Move Tessie from Custom to Core
This contribution was made on Dec 9
bdraco/nexia
1 pull request
-
Bump pip from 21.1 to 23.3
This contribution was made on Dec 7
Bluetooth-Devices/bthome-ble
1 pull request
-
feat: add check for increasing encryption counter
This contribution was made on Dec 3
Bluetooth-Devices/bleak-retry-connector
1 pull request
-
chore: add python 3.12 to the CI
This contribution was made on Dec 3
Created an issue in python-zeroconf/python-zeroconf that received 2 comments
Fixing scope id in serviceinfo results in a significant performance reduction
It looks like it's spending a lot more time converting ip addresses to string which is an algorithmically complex operation for IPv6 addresses We c…
2
comments
Opened 13 other issues in 7 repositories
python-zeroconf/python-zeroconf
4
closed
1
open
-
Remove deprecated handle_response
This contribution was made on Dec 19
-
Service info is unaware of question history
This contribution was made on Dec 15
-
ServiceStateChange.Updated is being called for NSEC records
This contribution was made on Dec 13
-
Fix double / float precision loss on conversion
This contribution was made on Dec 10
-
Duplicate IPv6 addresses end up in ServiceInfo
This contribution was made on Dec 10
Jc2k/aiohomekit
2
open
1
closed
-
Add support for link local ipv6 addresses now that we have Happy Eyeballs
This contribution was made on Dec 12
-
Consider lowering the Happy Eyeballs delay to 0.1 from 0.25
This contribution was made on Dec 12
-
Implement happy eye balls with aiohappyeyeballs
This contribution was made on Dec 10
pyenphase/pyenphase
1
closed
-
Regression with 3.9.x firmware and 1.51.0+
This contribution was made on Dec 20
python/cpython
1
closed
-
Calling loop.sock_connect has a KeyError exception in the success path
This contribution was made on Dec 12
Bluetooth-Devices/habluetooth
1
closed
-
Make BluetoothServiceInfoBleak a dataclass again now that cython supports it so we can use replace below
This contribution was made on Dec 11
bdraco/aiohappyeyeballs
1
closed
-
Util should take a full addr
This contribution was made on Dec 10
Bluetooth-Devices/bleak-retry-connector
1
closed
-
dbus future leaks cancellation upwards on timeout
This contribution was made on Dec 3






