Popular repositories
-
Old Security Advisor for cPanel 11.40 (upstream repo) -- Use CPANELINC/addon_securityadvisor
-
Forked from home-assistant/core
🏡 Open source home automation that puts local control and privacy first -
4,463 contributions in the last year
Less
More
Activity overview
Contributed to
home-assistant/core,
home-assistant/home-assistant.io,
home-assistant/frontend
and 5 other
repositories
Contribution activity
April 2021
Created 70 commits in 12 repositories
Created 2 repositories
- bdraco/envoy_reader Python
- bdraco/icecream Python
Created a pull request in jesserizzo/envoy_reader that received 14 comments
Cleanup detection and avoid calling endpoints that are not present
support passing in shared httpx client
get pylint rating to 10/10
pylint envoy_reader/envoy_reader.py -------------------------------------------…
+1,494
−304
•
14
comments
Opened 53 other pull requests in 13 repositories
home-assistant/core
25
merged
3
open
1
closed
- Downgrade logger message about homekit id missing
- Bump aiohomekit to 0.2.61
- Live db migrations and recovery
- Bump nexia to 0.9.6
- Prevent ping id allocation conflict with device_tracker
- Raise ConfigEntryAuthFailed during setup or coordinator update to start reauth
- Detach aiohttp.ClientSession created by config entry setup on unload
- Fix logic reversal in sonos update_media_radio
- Add manufacturer matching support to zeroconf
- Replace http startup logic with async_when_setup_or_start
- Remove doorbird recorder test workaround
- Solve cast delaying startup when discovered devices are slow to setup
- Fix subscribe_bootstrap_integrations to send events
- Bump pysonos to 0.0.42 to fix I/O in event loop
- Abort discovery for unsupported doorbird accessories
- Use shared httpx client in enphase_envoy
- Start frontend in time for database upgrades
- Small improvements for emonitor
- Clean and optimize systemmonitor
- Update all systemmonitor sensors in one executor call
- Fix sonos volume always showing 0
- Cleanup sonos
- Use shared aiohttp.ClientSession in bond
- Limit log spam from rest and include reason in platform retry
- Apply ConfigEntryNotReady improvements to PlatformNotReady
- Some pull requests not shown.
bdraco/aiodiscover
5
merged
home-assistant/home-assistant.io
1
open
2
merged
home-assistant/developers.home-assistant
3
merged
amelchio/pysonos
2
merged
1
closed
prystupa/bond-api
2
merged
Jc2k/aiohomekit
1
merged
1
closed
briis/unifiprotect
1
merged
home-assistant/frontend
1
merged
SoCo/SoCo
1
open
hacs/integration
1
open
home-assistant-libs/pychromecast
1
closed
pschmitt/roombapy
1
merged
Reviewed 50 pull requests in 10 repositories
home-assistant/core 40 pull requests
- Add Generic IP Camera config_flow
- Add device_tracker scanners to hass.config.components
- Fix cast options flow overwriting data
- Create DataUpdateCoordinator for each proxmoxve vm/container
- mqtt fan percentage to speed_range and received speed_state fix
- Catch unknown equipment values
- Add SSL support to TCP integration
- Support local Smappee Genius device
- Add Rituals Perfume Genie sensor platform
- Implement SMA config flow
- Add denonavr DynamicEQ and Audyssey service
- Rework Fritz config_flow and device_tracker
- Live db migrations and recovery
- Reintroduce iAlarm integration
- Start frontend in time for database upgrades
- Add SIA Alarm systems
- Resolve potential roku setup memory leaks
- Allow top level non-trigger template entities
- Implement percentage_step and preset_mode is not not speed fix for MQTT fan
- Add set_wait_time command support to Litter-Robot
- Cleanup sonos
- Don't get code_context when calling inspect.stack
- Add samsungtv zeroconf discovery
- Raise an exception when event_type exceeds the max length
- Let recorder deal with event names longer than 32 chars
- Some pull request reviews not shown.
home-assistant/frontend 2 pull requests
home-assistant/developers.home-assistant 1 pull request
bdraco/nexia 1 pull request
SoCo/SoCo 1 pull request
jesserizzo/envoy_reader 1 pull request
amelchio/pysonos 1 pull request
home-assistant/home-assistant.io 1 pull request
home-assistant-libs/pychromecast 1 pull request
bdraco/aiodiscover 1 pull request
Created an issue in briis/unifiprotect that received 9 comments
ClientSession is being leaked on setup retry/auth failure
If the integration fails to setup we need to manually close the client session created from
async_create_clientsession before returning/raising
9
comments