-
-
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
Bump Python Matter server to 7.0.0 (Matter 1.4) #132502
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. |
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:
BridgedDevice
device type is renamed toBridgedNode
Color Control Cluster
Hue/Saturation
feature bit 0 is renamed toHueSaturation
Enhanced
feature bit 1 is renamed toEnhancedHue
Color
feature bit 2 is renamed toColorLoop
Color
feature bit 4 is renamed toColorTemperature
ColorMode
attribute type changed fromenum8
toColorModeEnum
withColor Control Cluster
rev.7Options
attribute type changed frommap8
toOptionsBitmap
withColor Control Cluster
rev.7EnhancedColorMode
attribute type changed fromenum8
toEnhancedColorModeEnum
withColor Control Cluster
rev.7ColorCapabilities
attribute type changed frommap16
toColorCapabilitiesBitmap
withColor Control Cluster
rev.7ColorMode
enum renamed toColorModeEnum
kColorTemperature
renamed tokColorTemperatureMireds
withColor Control Cluster
rev.7ColorCapabilities
bitmap is renamed toColorCapabilitiesBitmap
ColorCapabilities.kHueSaturationSupported
bitfied is renamed toColorCapabilitiesBitmap.kHueSaturation
ColorCapabilities.kColorTemperatureSupported
bitfied is renamed toColorCapabilitiesBitmap.kColorTemperature
Type 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: