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 Public
🏡 Open source home automation that puts local control and privacy first.
9,692 contributions in the last year
Less
More
Activity overview
Contributed to
home-assistant/core,
home-assistant/home-assistant.io,
Jc2k/aiohomekit
and 168 other
repositories
Contribution activity
February 2023
Created 276 commits in 28 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3 repositories not shown
Created 4 repositories
- bdraco/cChardet Python
- bdraco/vulcan-api Python
- bdraco/ratgdo C++
- bdraco/docker-base Dockerfile
Created a pull request in home-assistant/core that received 20 comments
Recreate lifx socket when connection times out
Proposed change maybe fixes #78876 Type of change Dependency upgrade Bugfix (non-breaking change which fixes an issue) New integration (thank y…
+65
−37
•
20
comments
Opened 236 other pull requests in 31 repositories
home-assistant/core
8
closed
150
merged
7
open
- Fix files being served uncompressed
- Avoid starting a bluetooth poll when Home Assistant is stopping
- Prevent integrations from retrying setup once shutdown has started
- Fix flux_led discovery running at shutdown
- Fix lock services not removing entity fields
- Fix unifiprotect discovery running at shutdown
- Bump yalexs-ble to 2.0.4
- Fix checking if a package is installed on py3.11
- Prevent new discovery flows from being created when stopping
- Restore previous behavior of only waiting for new tasks at shutdown
- Make hass.async_stop an untracked task
- Log futures that are blocking shutdown stages
- Reduce overhead to save json data to postgresql
- Fix timeout in purpleapi test
- Fix migration failing when existing data has duplicates
- Refactor slow entity update warning
- Bump aioesphomeapi to 13.4.1
- Bump mopeka_iot_ble to 0.4.1
- Switch samsungtv to use async_timeout to avoid task creation
- Fix untrapped exceptions during Yale Access Bluetooth first setup
- Add support for bluetooth pairing in esphome
- Bump sqlalchemy to 2.0.4
- Switch shell_command to use async_timeout instead of asyncio.wait_for
- Replace fire_coroutine_threadsafe with asyncio.run_coroutine_threadsafe
- Fix logbook test that failed to exclude EVENT_HOMEASSISTANT_FINAL_WRITE
- Some pull requests not shown.
bdraco/yalexs-ble
9
merged
1
closed
- fix: handle transient auth failures
- fix: ensure first update bluetooth errors are converted to YaleXSBLEError
- fix: always request disconnect even if we think we are connected to fix race
- fix: handle the key changing after first connection
- feat: add wait_for_first_update to improve authentication error handling
- fix: raise AuthFailed when lock drops connection due to bad key with esphome proxies
- fix: raise AuthError when lock drops connection due to invalid key
- fix: use write-without-response when available to avoid unlikely error
- fix: update isort to fix ci
- fix: ensure ble connection is cleaned up if connection setup fails
home-assistant/frontend
4
merged
1
closed
- Avoid loading the whole entity registry for more info
- Enable compression for development
- Avoid fetching all stats metadata when there are no entities on the energy panel
- Fix duplicate fetch of stats metadata in more info
- Fix stats data being fetched for all entities when there are no energy/water stat ids
Bluetooth-Devices/xiaomi-ble
5
merged
python-zeroconf/python-zeroconf
4
merged
home-assistant-libs/home-assistant-bluetooth
3
merged
Bluetooth-Devices/dbus-fast
3
merged
Bluetooth-Devices/sensorpush-ble
3
merged
Bluetooth-Devices/inkbird-ble
3
merged
Bluetooth-Devices/bleak-retry-connector
2
merged
bdraco/cChardet
2
closed
faust-streaming/cChardet
2
merged
Danielhiversen/pySwitchbot
2
merged
kapi2289/vulcan-api
1
closed
1
merged
home-assistant-libs/ha-ffmpeg
2
merged
home-assistant/home-assistant.io
2
merged
esphome/aioesphomeapi
2
merged
Bluetooth-Devices/bluemaestro-ble
2
merged
Bluetooth-Devices/thermopro-ble
2
merged
Bluetooth-Devices/sensorpro-ble
2
merged
Bluetooth-Devices/bluetooth-sensor-state-data
2
merged
Bluetooth-Devices/oralb-ble
2
merged
Bluetooth-Devices/mopeka-iot-ble
1
merged
esphome/bluetooth-proxies
1
open
bdraco/yalexs
1
merged
6
repositories not shown
Reviewed 229 pull requests in 19 repositories
home-assistant/core
25 pull requests
- Restore previous behavior of only waiting for new tasks at shutdown
- Use a background task for LIFX discovery
- Unblock JSON CI by fixing improperly indented JSON in test fixture
- Add ISY994 services to set and delete lock codes
- Log futures that are blocking shutdown stages
- Prevent new discovery flows from being created when stopping
- Refactor slow entity update warning
- Fix migration failing when existing data has duplicates
- Add unique id for alarmdecoder rfid sensors
- Add devices to LiteJet
- Disable gc in-between energy sensor tests
- Add NUT device actions
- Add Anova integration
-
Bump
nettigo-air-monitorto version 2.1.0 - Replace fire_coroutine_threadsafe with asyncio.run_coroutine_threadsafe
- Fix stray prints seen inbetween tests
- Update entity registry snapshot serializer
- Bump hatasmota to 0.6.4
- Use device-native kelvins for tplink color temperature
- Add esphome climate quiet fan mode
- Bump nextdns to version 1.3.0
- Update actions/cache to 3.2.6
- Only build the field_map once in recorder history
- Update async_matching_config_entries to use async_get_integrations
- Disable esphome stopping a cover if the cover doesn't support stopping
- Some pull request reviews not shown.
home-assistant/home-assistant.io
7 pull requests
Bluetooth-Devices/bleak-retry-connector
3 pull requests
esphome/aioesphomeapi
3 pull requests
Bluetooth-Devices/oralb-ble
3 pull requests
home-assistant/frontend
2 pull requests
ol-iver/denonavr
2 pull requests
AngellusMortis/pyunifiprotect
2 pull requests
Jc2k/aiohomekit
2 pull requests
esphome/esphome
1 pull request
Bluetooth-Devices/mopeka-iot-ble
1 pull request
esphome/bluetooth-proxies
1 pull request
Bluetooth-Devices/dbus-fast
1 pull request
bdraco/yalexs
1 pull request
home-assistant/docker-base
1 pull request
bdraco/yalexs-ble
1 pull request
Bluetooth-Devices/xiaomi-ble
1 pull request
mib1185/py-synologydsm-api
1 pull request
Bluetooth-Devices/govee-ble
1 pull request
Created an issue in home-assistant/frontend that received 2 comments
Energy will request metadata for all entities when there are no matching entities
Checklist I have updated to the latest available Home Assistant version. I have cleared the cache of my browser. I have tried a different brows…
3 tasks done
Opened 2 other issues in 2 repositories
home-assistant/frontend
1
closed
AngellusMortis/pyunifiprotect
1
open
Started 1 discussion in 1 repository
home-assistant/architecture
home-assistant/architecture
-
Create a standard for representing doorbells
This contribution was made on Feb 6






