From e00040e7ee880226d22ee94177e3a570d8a8e067 Mon Sep 17 00:00:00 2001 From: Roman Priesol Date: Wed, 6 May 2026 22:17:25 +0200 Subject: [PATCH] Add A3 to morning irrigation cycle --- mcu-well.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mcu-well.yaml b/mcu-well.yaml index 78c4a94..0ffefcd 100644 --- a/mcu-well.yaml +++ b/mcu-well.yaml @@ -51,6 +51,10 @@ api: - switch.turn_on: irrigation_relay_2 - delay: 4minutes - switch.turn_off: irrigation_relay_2 + - delay: 2minutes + - switch.turn_on: irrigation_relay_3 + - delay: 4minutes + - switch.turn_off: irrigation_relay_3 # - switch.turn_on: irrigation_relay_4 # - delay: 40minutes # - switch.turn_off: irrigation_relay_4