Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Old Security Advisor for cPanel 11.40 (upstream repo) -- Use CPANELINC/addon_securityadvisor
-
Forked from miyagawa/cpanminus
cpanminus - get, unpack, build and install modules from CPAN
-
Forked from rurban/msgpack-perl
MessagePack serializer implementation for Perl
-
2,415 contributions in the last year
Activity overview
Contribution activity
August 2020
- bdraco/aioesphomeapi Python
- bdraco/pyShelly Python
- bdraco/ha-samsungtv-custom Python
Created a pull request in home-assistant/core that received 24 comments
Fix homekit_controller pairing retry when the first attempt is busy
Proposed change Fix homekit_controller pairing retry If the device was busy on the first pairing attempt, it was not possible to retry due to the b…
- Use the shared Zeroconf instance in esphome
- Use the shared Zeroconf instance in esphome
- Warn when creating multiple Zeroconf instances
- Adjust homekit controller pairing errors back to a single step
- Install a threading.excepthook on python 3.8 and later
- Convert extract_entities to use async_render_to_info
- Update aiohomekit to handle homekit devices that do not send format
- Ensure shared zeroconf is passed to homekit controller devices
- Improve performance of fetching the state domain
- Support extracting entities by domain from templates
- Add support for reload_on_update to _abort_if_unique_id_configured
- Ensure doorbird does not block startup
- Ensure homekit pairing barcode is usable on dark themes
- Prevent ping integration from blocking startup
- Add missing timeout to command_line platforms: cover, notify, switch
- Fix flapping chained task logging test
- Add a 60s timeout to shell_command to prevent processes from building up
- Refactor ping integration to use icmplib to avoid startup being blocked
- Add a timeout for async_add_entities
- Avoid shutdown delays when emulated_hue is enabled
- Reduce time to reload yaml and check configuration
- Add zeroconf/homekit/ssdp discovery support for custom components
- Convert extract_entities to use async_render_to_info
- Fix async_fire_time_changed in tests/common.py
- Smart Meter Texas integration
- Upgrade pyvolumio to 0.1.1
- Add support for setting config entry options from entry creation
- Add config flow to insteon component
- Remove unused async setup platform from HLK-SW16 switch
- Reload volumio config entry on update
- Expose video doorbell button state to HomeKit
- V2 timeout for async_add_entities
- Intelligent timeout handler for setup/bootstrap
- Cache emulated hue states attributes between get and put calls to avoid unexpected alexa errors
- Provide a unique entity ID
- Ensure bond unique ids are unique across hubs
- Add config flow to HLK-SW16
- Optimize ipp tests
- Add a timeout for async_add_entities
- Optimize directv config flow tests
- Add optional unique_id attribute to the template platforms
Created an issue in home-assistant/core that received 10 comments
Homekit controller can still get stuck in _find_data_for_device_id / not using shared zeroconf
The problem We thought we got them all in #37691 (reported via https://community.home-assistant.io/t/python3-high-cpu-usage/160012/26) but it appe…