Conversation
…ria-broken-link Fix broken link for contributing code guidelines
…o-capture-automation [Matter Camera] Add videoCapture2 action to embedded device config
…s-behavior Matter switch and zigbee fan switchLevel: Match default handlers behavior around small values
…on-sensor-condition Add motionSensor condition, and imageCapture action
Support the fanSpeedPercent capability for thermostats based on the presence of the MULTI_SPEED feature.
* register native handlers for hue and saturation
The VIDEO feature of CameraAvStreamManagement can be enabled on live-view only cameras, so the videoCapture2 capability should also be gated based on the presence of the PushAvStreamTransport clusters (presence of which also implies the presence of TLS clusters).
#2688) The driverSwitched event can be triggered in a few different ways, but since it was pointed to the same handler as doConfigure, code that should only be ran for new devices was being run when this event was received by the driver. This includes `initialize_camera_capabilities`, which resulted in offline devices being marked online. This change adds separate handling from driverSwitched, specifically excluding this function as well as `create_child_devices`.
…sensor-lazy-loading-subdrivers CHAD-17161: matter-sensor: lazy loading of sub-drivers
…nsor-lazy-load-subdrivers CHAD-17068: zigbee-humidity-sensor lazy load sub drivers
Exclude the off mode from the supportedFanModes attribute of the fanMode capability for Thermostats.
* re-profile device if a matter_version update occurs
…in-switched Matter Switch: Add electrical field settings to driverSwitched
…ch-subscribe-logic-no-fields
…nsor-lazy-load-subdrivers CHAD-17071: zigbee-presence-sensor lazy loading of subdrivers
…er-lazy-load-subdrivers CHAD-17086: zwave-electric-meter lazy loading of sub-drivers
…ment-lazy-load-subdrivers CHAD-17098: zwave-window-treatment lazy loading of sub-drivers
|
Duplicate profile check: Passed - no duplicate profiles detected. |
|
matter-sensor_coverage.xml
matter-switch_coverage.xml
matter-thermostat_coverage.xml
zigbee-fan_coverage.xml
zigbee-humidity-sensor_coverage.xml
zigbee-motion-sensor_coverage.xml
zigbee-presence-sensor_coverage.xml
zwave-electric-meter_coverage.xml
zwave-window-treatment_coverage.xml
Minimum allowed coverage is Generated by 🐒 cobertura-action against 409944a |
greens
approved these changes
Jan 12, 2026
This file contains hidden or 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
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.
A rather large changeset due to pausing of releases over the holiday season.