-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Release 2021.4 #129
Merged
Merged
Release 2021.4 #129
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
Update to force installation of version 7 of the requirements
This was
linked to
issues
Apr 6, 2021
…sion numbers, or other related information.
Potential fix for unavailable outdoor plugs
Why: To remove duplicated code and make it easier to read and understand How: Moved code that gathers devices to the __init__.py file and stored the devices information in the config object. Tags: cleanup, refactor Signed-off-by: Joshua Mulliken <joshua@mulliken.net>
Why: To release color bulb support in the main branch. How: Bumping the version number and then tagging. Tags: release #2021.4.7 Signed-off-by: Joshua Mulliken <joshua@mulliken.net>
See: SecKatie/wyzeapy@cf57847 Why: To fix wyze headphones not being recognized by wyzeapy How: Bump wyzeapy version number to 12 Signed-off-by: Joshua Mulliken <joshua@mulliken.net>
SecKatie
added a commit
that referenced
this pull request
Sep 26, 2021
* Test color bulb support * Update that supports color bulbs and uses simplified architecture. * Update to upgrade requirements * Update to fix issue where color temp may be null * Update requirements. * Update manifest.json * Update to add new version of wyzeapy * Remove .idea files * Update metadata, readme, and other files that reference features, ver… * Update wyzeapy requirement * Update to fix lights in scenes and add additional device types. * Upgrade to wyzapy 0.0.11 * Reformat light.py and switch.py and __init__.py * Update switch.py * Merge remote-tracking branch 'origin/color_bulbs_support' into color_… * Bump version number in preparation for stable release * Bump wyzeapy to version 0.0.12
SecKatie
added a commit
that referenced
this pull request
Sep 26, 2021
* Test color bulb support * Update that supports color bulbs and uses simplified architecture. * Update to upgrade requirements * Update to fix issue where color temp may be null * Update requirements. * Update manifest.json * Update to add new version of wyzeapy * Remove .idea files * Update metadata, readme, and other files that reference features, ver… * Update wyzeapy requirement * Update to fix lights in scenes and add additional device types. * Upgrade to wyzapy 0.0.11 * Reformat light.py and switch.py and __init__.py * Update switch.py * Merge remote-tracking branch 'origin/color_bulbs_support' into color_… * Bump version number in preparation for stable release * Bump wyzeapy to version 0.0.12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Change Log:
New Features
Bug Fixes
BREAKING CHANGES: