From f11cf980637035d7e05205e75fcdd3b7ecd0625d Mon Sep 17 00:00:00 2001 From: zigpy-bot <247691930+zigpy-bot@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:38:58 +0000 Subject: [PATCH 1/2] Add OTA files from issue #176 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OTA File Submission File Information - Filename: 1286-0045-00001005_ea654a.ota - Original Filename: mini-zbdim_v1.0.5.ota - Manufacturer Directory: sonoff - Manufacturer ID: 0x1286 (4742) - Image Type: 0x0045 (69) - File Version: 0x00001005 (4101) - File Size: 236,032 bytes - Header String: vers:00001005,00001102 - Hosting: Repository file (hosted in zigpy-ota) - Existing Images Handling: Keep all existing images - Tested on Device: Yes ⚠️ File Replacement Warning This upload will overwrite the existing file 1286-0045-00001005_ea654a.ota (identical OTA image). Metadata - Manufacturer Names: SONOFF - Model Names: MINI-ZBDIM - Source URL: https://github.com/user-attachments/files/28939868/mini-zbdim_v1.0.5.zip Release Notes Update: - Added manual calibration. - Modified default values ​​for external switch dimming rate and transition time. - Long-press dimming function for single-rebound external buttons; simultaneously updated to long-press brightness adjustment function for double-rebound and triple-rebound buttons. - Removed minimum brightness setting item. Closes: #176 Co-authored-by: Peng XiKai <67992856+1775939187@users.noreply.github.com> --- .../sonoff/1286-0045-00001005_ea654a.ota.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/images/sonoff/1286-0045-00001005_ea654a.ota.yaml b/images/sonoff/1286-0045-00001005_ea654a.ota.yaml index 7a496af..b0873fe 100644 --- a/images/sonoff/1286-0045-00001005_ea654a.ota.yaml +++ b/images/sonoff/1286-0045-00001005_ea654a.ota.yaml @@ -1,18 +1,13 @@ # OTA metadata file_name: 1286-0045-00001005_ea654a.ota source_file_name: mini-zbdim_v1.0.5.ota -source_url: https://github.com/user-attachments/files/25672062/mini-zbdim_v1.0.5.zip -pull_request: 28 +source_url: https://github.com/user-attachments/files/28939868/mini-zbdim_v1.0.5.zip release_notes: |- - This updates the Sonoff MINI-ZBDIM to firmware version 1.0.5. - - **Bugfixes** - - Calibration method set fail - - **New features** - - NTC threshold value update to 115°C - - Firmware supports manual calibration mode to allow direct configuration of minimum and maximum level - - Light dimming is supported when the key type is single touch key + Update: + - Added manual calibration. + - Modified default values ​​for external switch dimming rate and transition time. + - Long-press dimming function for single-rebound external buttons; simultaneously updated to long-press brightness adjustment function for double-rebound and triple-rebound buttons. + - Removed minimum brightness setting item. manufacturer_names: - SONOFF model_names: From b3f1dc53f2f0ee242742e69abc60ccccc87fe06d Mon Sep 17 00:00:00 2001 From: zigpy-bot <247691930+zigpy-bot@users.noreply.github.com> Date: Mon, 15 Jun 2026 03:38:58 +0000 Subject: [PATCH 2/2] Add PR number to YAML metadata --- images/sonoff/1286-0045-00001005_ea654a.ota.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/images/sonoff/1286-0045-00001005_ea654a.ota.yaml b/images/sonoff/1286-0045-00001005_ea654a.ota.yaml index b0873fe..a13127c 100644 --- a/images/sonoff/1286-0045-00001005_ea654a.ota.yaml +++ b/images/sonoff/1286-0045-00001005_ea654a.ota.yaml @@ -2,6 +2,7 @@ file_name: 1286-0045-00001005_ea654a.ota source_file_name: mini-zbdim_v1.0.5.ota source_url: https://github.com/user-attachments/files/28939868/mini-zbdim_v1.0.5.zip +pull_request: 177 release_notes: |- Update: - Added manual calibration.