-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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.95.0 #24776
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
* Create progress file for pip installs * fix dedlock * unflacky test * Address comments * Lint * Types
* Update cover.py Blinds, Rollingshutters and Awnings did not set their respective device_class attribute Previously they would all appear as device_class "window" * fallback device class is always 'window' fallback device class is always 'window' in the event we have an unknown cover type * trailing whitespace removed, trimmed as well * Update cover.py
* Fix OwnTracks race condition * Lint
* Change meteoalertapi to version 0.1.3 * Add requirements_all.txt file
* Upgrade pytest to 4.5.0 https://docs.pytest.org/en/latest/changelog.html#pytest-4-5-0-2019-05-11 https://docs.pytest.org/en/latest/changelog.html#pytest-4-4-2-2019-05-08 * Upgrade pytest to 4.6.0 https://docs.pytest.org/en/latest/changelog.html#pytest-4-6-0-2019-05-31 * Upgrade pytest-cov to 2.7.1 https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst#271-2019-05-03 https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst#270-2019-05-03 * Upgrade pytest to 4.6.1 https://docs.pytest.org/en/latest/changelog.html#pytest-4-6-1-2019-06-02
* Add support for learning new commands This update creates a generic service in the 'remote' component to enable remote control platforms to learn new commands. * Update __init__.py with the proposed changes - Add 'supported_features' property and a constant related to the 'learn_command' functionality. - Redefine 'async_learn_command' function as a coroutine. * Update __init__.py * Fix assertion error Adding the 'supported_features' attribute generated an assertion error on the 'Demo Remote' platform. This update fixes this. * Fix duplicated 'hass' object This update fixes a typo that occurred at the last update.
* Basic local SolarEdge monitoring for energy / power * Basic local SolarEdge monitoring for energy / power * generated CODEOWNERS, requirements, excluded tests * generated CODEOWNERS, requirements, excluded tests * lint fixes, etc * lint fixes, etc * Fix docstyle for init Of course thats the file I forgot to run tests on * Load all sensors by default They use the same API endpoint. This changes was made per home-assistant/architecture#244 * remve unneded date/time * ran hassfest again * add throttle when updating * readd solax, mistakenly removed * Update sensor.py
* Bump simplipy to 3.4.2 * Updated requirements
* Update meteofrance package version Fix #24244 * Add code owner to manifest * Update CODEOWNERS
* Only update media icon when necessary * Lint * Comment
* Add exception handling * Make pylint happy
* use zigpy node descriptor * cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cla-signed
core
merging-to-master
This PR is merging into the master branch and should probably change the branch to `dev`.
new-integration
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.
New Integrations
New Platforms
Breaking Changes
Beta Fixes
All changes