-
-
Notifications
You must be signed in to change notification settings - Fork 36.7k
Bump Python Matter server to 7.0.0 (Matter 1.4) #132502
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
Conversation
BREAKING change in the client: BridgedDevice is renamed to BridgedNode in the device types with Matter 1.4
|
Hey there @home-assistant/matter, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
|
matter server 7.0.0 has been released on pypi so;
|
|
Changes done. |
marcelveldt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lboue !
Proposed change
Bump to python-matter-server 7.0.0 for Matter 1.4
This PR contains the required changes for the breaking changes to the Matter clusters in Matter server library. This allow to integrate the new Matter 1.4 version:
BridgedDevicedevice type is renamed toBridgedNodeColor Control ClusterHue/Saturationfeature bit 0 is renamed toHueSaturationEnhancedfeature bit 1 is renamed toEnhancedHueColorfeature bit 2 is renamed toColorLoopColorfeature bit 4 is renamed toColorTemperatureColorModeattribute type changed fromenum8toColorModeEnumwithColor Control Clusterrev.7Optionsattribute type changed frommap8toOptionsBitmapwithColor Control Clusterrev.7EnhancedColorModeattribute type changed fromenum8toEnhancedColorModeEnumwithColor Control Clusterrev.7ColorCapabilitiesattribute type changed frommap16toColorCapabilitiesBitmapwithColor Control Clusterrev.7ColorModeenum renamed toColorModeEnumkColorTemperaturerenamed tokColorTemperatureMiredswithColor Control Clusterrev.7ColorCapabilitiesbitmap is renamed toColorCapabilitiesBitmapColorCapabilities.kHueSaturationSupportedbitfied is renamed toColorCapabilitiesBitmap.kHueSaturationColorCapabilities.kColorTemperatureSupportedbitfied is renamed toColorCapabilitiesBitmap.kColorTemperatureType of change
Additional information
Checklist
ruff format 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.To help with the load of incoming pull requests: