-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.16 #1594
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add MQTT server component
…ared functionality. The rewrite addresses a problem with the tellstick hardware dropping commands when too many simultaneous calls is being made from HA. Also fixes a bug when the dim level was changed externally. This breaks previous configurations. The new config for tellstick is ```yaml tellstick: signal_repetitions: X ``` Lights and Switches are detected automatically. Sensors work like before because they do not share any functionality with the other devices and they also needs a complete other configuration.
Rewrite of the tellstick module. It now uses a common base for all sh…
Allow entry into passive zones.
Makes Zwave's network heal and the controller's soft reset commands available as service calls. They can be used in automation to help keep the zwave netwrok healthy. For example: automation: alias: At 2:35am, heal problematic zwave network routes trigger: platform: time after: '2:35:00' action: service: zwave.heal
Remove support for old deprecated automation config
Add content-length header to http resonses
Enable openzwave's network heal and soft reset.
Catch template automation exception common during startup.
Handle Wemo startup race condition.
This corrects a bug where multi-sensors' internal states were rendered null when downloading state updates from the Wink API.
Remove support for old deprecated script call service config
Fixed close connection issue with rfxtrx device and update rfxtrx lib
Upgrading python-wink to 0.6.3
input slider
This reverts commit 38e6f8f.
Upgrade to python-forecastio 1.3.4
upgrade pyicloud version
Added assumed state to command_line switch
Clean up template platforms
Uber sensor
Add GNTP notifier
Sonos play_media Support
Add support for sensor classes
Fill out services.yaml for media_player
Text Update Additional additions and better support for volume, and mute. Cleanup Added rxv to requirements_all Added yamaha.py to .coveragerc Made uppercase, and removed tabs Added requirements variable Added doc string for lint Removed global variable, and simplified state as per balloobs suggestion Refactored the component with balloobs suggestions -Added import in the method - Only get receiver information on init - A bit of cleanup Remove up and down volume Uneeded as this is handled by set volume instead Fixed a lint build error More lint fixes Removed unused imports Lint Fixes Simplified if statement Minor refactoring since the init calls update. Fixed lint error Just variable naming change Added support for an optional name for the receiver. Better error handling, a bit of refactoring based on balloobs suggestions Fixed lint error. Another lint error fix Changed raise to return Disable pylint error handling Pylint broad exception Made exception handling in the setup platform instead of the constructor. Lint error fix Refactored the way devices are found. This allows for multiple receivers
Yamaha Receiver Support
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will be the release notes for 0.16:
play_media
support (@robbiet480)Expected release date: weekend of March 26-27
Breaking changes