-
Notifications
You must be signed in to change notification settings - Fork 166
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
3.1.1 Release #462
Merged
3.1.1 Release #462
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
This allows Siri calls to "set fan to high/medium/low" for 100%/67%/33% where it would previously report 3%/2%/1% and asking for low would try 33% and give high.
…ot function as expected with it removed.
… on fanspeed return vals (#447)
- Updating the config schema to include Air Purifier - Bumping the version.
* 3.4 Protocol succesfull connection * restore other protocols compatibility
This reverts commit d85caa5.
…addresses #363 and #195 (#364) * Add support for Proscenic air purifier (tested against Proscenic A8) * Additional fix for "Turning off..." state as getCurrentAirPurifierState always returned 2 (PURIFYING_AIR) * Fix for setting rotation speed and active status * Add initial support for Virone VDP-65 doorbell. Notifies on ring with a snapshot. Notifies when a user presses the lock or gate buttons on another device. Does not provide video or audio. Does not allow the user to control the lock or gate. * Add Siguro support from @fate8383. * Revert "Add initial support for Virone VDP-65 doorbell." This reverts commit 7db7a1f. --------- Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com>
Merging into main after testing on beta channel. |
ThisIsQasim
pushed a commit
to ThisIsQasim/homebridge-tuya
that referenced
this pull request
May 3, 2024
* Adding in fix for Issue iRayanKhan#444. * Reverting the SimpleBlindsAccessory back to the version suggested in iRayanKhan#451 * Updating to try cater for multiple types of blinds in the same file. * 3.4 Protocol succesfull connection * restore other protocols compatibility * Revert "Changes from @fate8383. iRayanKhan#433 (comment)" This reverts commit d85caa5. * Add support for Proscenic air purifier (tested against Proscenic A8) addresses iRayanKhan#363 and iRayanKhan#195 (iRayanKhan#364) * Add support for Proscenic air purifier (tested against Proscenic A8) * Additional fix for "Turning off..." state as getCurrentAirPurifierState always returned 2 (PURIFYING_AIR) * Fix for setting rotation speed and active status * Add initial support for Virone VDP-65 doorbell. Notifies on ring with a snapshot. Notifies when a user presses the lock or gate buttons on another device. Does not provide video or audio. Does not allow the user to control the lock or gate. * Add Siguro support from @fate8383. * Revert "Add initial support for Virone VDP-65 doorbell." This reverts commit 7db7a1f. --------- Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com> * Adding Air purifier config map so that changes can be made from the ui. * Bumping package version. Removing a rogue , * Dropping the Beta Version in preparation of a release. --------- Co-authored-by: 05TEVE <> Co-authored-by: scooterpsu <3433982+scooterpsu@users.noreply.github.com> Co-authored-by: tomash1 <tomdomaracki@gmail.com> Co-authored-by: ak6i <62596884+ak6i@users.noreply.github.com> Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com>
ThisIsQasim
pushed a commit
to ThisIsQasim/homebridge-tuya
that referenced
this pull request
May 3, 2024
* Adding in fix for Issue iRayanKhan#444. * Reverting the SimpleBlindsAccessory back to the version suggested in iRayanKhan#451 * Updating to try cater for multiple types of blinds in the same file. * 3.4 Protocol succesfull connection * restore other protocols compatibility * Revert "Changes from @fate8383. iRayanKhan#433 (comment)" This reverts commit d85caa5. * Add support for Proscenic air purifier (tested against Proscenic A8) addresses iRayanKhan#363 and iRayanKhan#195 (iRayanKhan#364) * Add support for Proscenic air purifier (tested against Proscenic A8) * Additional fix for "Turning off..." state as getCurrentAirPurifierState always returned 2 (PURIFYING_AIR) * Fix for setting rotation speed and active status * Add initial support for Virone VDP-65 doorbell. Notifies on ring with a snapshot. Notifies when a user presses the lock or gate buttons on another device. Does not provide video or audio. Does not allow the user to control the lock or gate. * Add Siguro support from @fate8383. * Revert "Add initial support for Virone VDP-65 doorbell." This reverts commit 7db7a1f. --------- Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com> * Adding Air purifier config map so that changes can be made from the ui. * Bumping package version. Removing a rogue , * Dropping the Beta Version in preparation of a release. --------- Co-authored-by: 05TEVE <> Co-authored-by: scooterpsu <3433982+scooterpsu@users.noreply.github.com> Co-authored-by: tomash1 <tomdomaracki@gmail.com> Co-authored-by: ak6i <62596884+ak6i@users.noreply.github.com> Co-authored-by: Andrew <bitbucket@a.k6i.uk> Co-authored-by: Andrew Kurowski <ak6i@github.com>
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.
3.1.1 Release.