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
-
3,263 contributions in the last year
Activity overview
Contribution activity
October 2020
- bdraco/scaletest Python
- bdraco/profiler Python
Created a pull request in home-assistant/core that received 9 comments
Implement time tracking in templates
Completes home-assistant/architecture#206 Frontend home-assistant/frontend#7220 (needs to be reopened and updated) Breaking change It is no long…
- Ensure all template errors are caught and the websocket api reports them
- Update sun listeners to use HassJob
- Support HomeKit accessory mode
- Allow HomeKit to be configured in include mode from the UI
- Reduce icmplib ping timeout to match ping binary behavior
- Update icmplib to 1.2.2
- Fix async functions accidentally marked as callbacks
- Update python_script tests to use async_add_executor_job
- Convert final async_add_job to async_add_executor_job in logbook tests
- Remove async_add_job from system_log tests
- Update kodi device trigger to use async_run_hass_job
- Update arcam_fmj device trigger to use async_run_hass_job
- Update http to use async_add_executor_job
- Update wake_on_lan to use async_add_executor_job
- Fix plant doing IO in the event loop.
- Update history tests to use async_add_executor_job
- Set created field when creating db events and states
- Restore group support to plant entities
- Convert last remaining async_add_job in light to async_add_executor_job
- Update notify to use async_add_executor_job
- Update device_tracker to use async_add_executor_job
- Fully convert async_track_time_interval to use HassJob
- Update discovery to use HassJob
- Predetermine listener type for script change listeners
- Add missing on states to media player groups
- Some pull requests not shown.
- Improve mobile app template handling
- Bump rachiopy to 1.0.3 and update methods to handle changes
- Cleanup unused loggers (components A-M)
- Update tuyaha to 0.0.8 and adapt code
- Use async_add_hass_job for debouncer
- Update tesla_powerwall to 0.3.3
- Cache matching MQTT subscriptions
- Bump ElkM1 lib dependency.
- Use reference strings in Hunter Douglas PowerView
- Drop legacy_patchable_time from MQTT tests
- Reorder tests
- Use reference strings in Myq
- Use reference strings in Nuheat
- Use the shared Zeroconf instance in devolo_home_control
- Lutron Caseta: update for light transition and cover stop
- Add stop support to lutron_caseta covers
- Use reference strings in Griddy
- Simplify template tracking and make it easier to follow
- Replace references in august strings.json
- Use reference strings in elkm1 strings.json
- Fix Rachio switch state when paused
Created an issue in ValentinBELYN/icmplib that received 5 comments
Timeout does not trigger soon enough if count > 1
I think this is the cause of home-assistant/core#40232
The timeout is being linked to the count.
>>> import time
>>> from icmplib import ping
>>> t…