-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
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
Update Inovelli Blue Series switch support in ZHA #91254
Conversation
Hey there @dmulcahey, @Adminiuga, @puddly, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Does this change depend on a specific firmware version? I notice a few attributes were renamed but their IDs are reused. |
The additional parameters come in with the 2.14 firmware that was just released, the renamed attributes are also matching the PR for ZHA so it'll only be dependent on staying in sync with the new names there for prior firmware versions. Essentially they put a double tap scene into firmware so this covers that new way and should keep the previous way working as well. |
Co-authored-by: David F. Mulcahey <[email protected]>
Co-authored-by: David F. Mulcahey <[email protected]>
Breaking change
Proposed change
This PR updates the Inovelli Blue Series switch support in ZHA to account for changes here: https://github.com/zigpy/zha-device-handlers/pull/2334/files
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.To help with the load of incoming pull requests: