From 3c7db07fd03fffad4e12cdcd6f9fb4a2d180118d Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Tue, 18 Aug 2026 12:47:19 +0200 Subject: [PATCH] Re-enable Sonoff water valve OTA images with model name matching This re-enables OTA images SNZB-SWV1C and SNZB-SWV2C: - 1286-200C-00001100_dfdd63.ota: limited to SWV-ZFE, SWV-ZFU, SWV-ZNE, SWV-ZNU - 1286-210C-00001009_8e62f7.ota: limited to SWV-ZF2, SWV-ZF2E, SWV-ZF2U --- images/sonoff/1286-200C-00001100_dfdd63.ota.yaml | 6 +++++- images/sonoff/1286-210C-00001009_8e62f7.ota.yaml | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/images/sonoff/1286-200C-00001100_dfdd63.ota.yaml b/images/sonoff/1286-200C-00001100_dfdd63.ota.yaml index cc48293..000df04 100644 --- a/images/sonoff/1286-200C-00001100_dfdd63.ota.yaml +++ b/images/sonoff/1286-200C-00001100_dfdd63.ota.yaml @@ -8,4 +8,8 @@ release_notes: |- **Changes** - Add support for setting the water flow unit (liter, US gallon, or imperial gallon) on valves with a flow meter -disabled: true +model_names: + - SWV-ZFE + - SWV-ZFU + - SWV-ZNE + - SWV-ZNU diff --git a/images/sonoff/1286-210C-00001009_8e62f7.ota.yaml b/images/sonoff/1286-210C-00001009_8e62f7.ota.yaml index 92988d8..c9a3796 100644 --- a/images/sonoff/1286-210C-00001009_8e62f7.ota.yaml +++ b/images/sonoff/1286-210C-00001009_8e62f7.ota.yaml @@ -8,4 +8,7 @@ release_notes: |- **Changes** - Add support for setting the water flow unit (liter, US gallon, or imperial gallon) -disabled: true +model_names: + - SWV-ZF2 + - SWV-ZF2E + - SWV-ZF2U