6/3/2026: Production Rollup#3013
Merged
Merged
Conversation
* add Aqara Bath Heater T1 * add refresh capability and testcase * Fix unresponsive refresh issue * Addressed nit to keep elements interlocked and removed redundant condition since hi32 remains 0xFFFFFFFF, making (hi32 & 0xFFFF) always 0xFFFF. * refactor: address code review feedback on handlers and event timing - Add register_for_default_handlers and call handle_refresh to eliminate duplicated code. - Update event emission to trigger after ac_code is sent for consistency across all command handlers. * refactor(capability): wait for confirmed device state before emitting - Remove optimistic emit to prevent temporary inconsistent states. - Exception: Keep optimistic emit for thermostat mode changes to match Aqara app UX. * include thermostat and fan modes for default driver behavior
* Add BituoTechnik's OEM device --Zemismart * Add Zemismart device test file * Adjust the format
|
Duplicate profile check: Passed - no duplicate profiles detected. |
Test Results 73 files 513 suites 0s ⏱️ Results for commit 39d9b03. |
|
aqara-bath-heater_coverage.xml
matter-switch_coverage.xml
zigbee-power-meter_coverage.xml
zigbee-switch_coverage.xml
Minimum allowed coverage is Generated by 🐒 cobertura-action against 39d9b03 |
aleclorimer
approved these changes
Jun 3, 2026
nickolas-deboom
approved these changes
Jun 3, 2026
cjswedes
approved these changes
Jun 3, 2026
cbaumler
approved these changes
Jun 3, 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.
Description of Change
Summary of Completed Tests