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 cloudflare/Cloudflare-CPanel
Provides a CPanel Plugin to allow one click CloudFlare setup.
JavaScript 1
2,224 contributions in the last year
Activity overview
Contributed to
home-assistant/core,
bdraco/august,
home-assistant/home-assistant.io
and 5 other
repositories
Contribution activity
July 2020
- bdraco/pyatv Python
- bdraco/nvme-cli C
- bdraco/python-ipp Python
- bdraco/aiohomekit Python
- bdraco/logbook Python
Created a pull request in home-assistant/core that received 19 comments
Use the shared zeroconf instance for homekit_controller
Proposed change Should fix the cpu issue reported here https://community.home-assistant.io/t/python3-high-cpu-usage/160012/26?u=bdraco aiohomekit 0…
+20
−5
•
19
comments
- Use event loop scheduling for tracking time patterns
- Index the entity registry
- Index the device registry
- Support multiple camera streams in HomeKit
- Bump zeroconf to 0.28.0
- Automatically recover when the sqlite3 database is malformed or corrupted
- Index entity_registry_updated listeners
- Cleanup logbook tests to prevent failure on race condition
- Increase test line coverage of homeassistant/helpers/event.py to 100%
- Ensure a state change tracker setup from inside a state change listener does not fire immediately
- Mock out I/O in the default_config test
- Improve HomeKit handling of hvac mode availability changes
- Provide workaround for missing/disabled/broken IPv6
- Switch async_track_state_change to the faster async_track_state_change_event part 7
- Switch async_track_state_change to the faster async_track_state_change_event part 6
- Update august manufacturer name
- Switch async_track_state_change to the faster async_track_state_change_event part 5
- Switch async_track_state_change to the faster async_track_state_change_event part 4
- Switch async_track_state_change to the faster async_track_state_change part 3
- Switch async_track_state_change to the faster async_track_state_change_event part 2
- Switch async_track_state_change to the faster async_track_state_change_event part 1
- Switch universal media_player to use async_track_state_change_event
- Improve handling of template platforms when entity extraction fails
- Remove support for legacy logbook events created before 0.112
- Adjust history as all scripts can now be canceled
- Some pull requests not shown.
- Add update available binary sensor to Tesla
- Don't advertise switch devices as dimmable lights with emulated_hue
- Add alert sensor platform to NWS
- Add config flow to insteon component
- Add set_central_heating_ovrd service to opentherm_gw
- Smart Meter Texas integration
- Add Control4 integration
- Update comment about parallel updates to match the documentation
- Make sure groups are initialized before template sensors
- Add Netatmo data handler
- Update frontend to 20200715.0
- Update frontend to 20200714.0
- Add devolo binary sensor device class mapping
- Add mode info attributes to script and automation
- Simplify logger integration
- UniFi - handle session expiration
- Wrap possible Plex I/O in executor
- Add 16 bit audio sample rate for apple watch homekit camera
- fix: adds defusedxml as denonavr requirement
- Reduce log level of unknown discovered services
- Fix typos in Hue integration
- Upgrade coverage to 5.2
- Upgrade debugpy to 1.0.0b12
- Bump aiohomekit to 0.2.41
- Bump aiokef to v0.2.13 which fixes the device from becoming "Unavailable"
- Some pull request reviews not shown.
Created an issue in ctalkington/python-ipp that received 4 comments
parse_attribute makes 3000x to _LOGGER.debug every minute
Normally I would suggest checking _LOGGER.isEnabledFor(logging.DEBUG) but that doesn't work in Home Assistant.
4
comments