From 7ed170acd40750307ad19f0be8df2f2aac6824cb Mon Sep 17 00:00:00 2001 From: David Gwilliam Date: Wed, 1 Jul 2026 02:45:23 -0700 Subject: [PATCH] doorbell-listener: 1s flash interval (was 2s), 14 toggles total Each blink is now 1s (was 2s); 14 toggles over 13s gives sharper 'rapid fire' cadence. Even count keeps the plug ending at its starting state. --- infra/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/compose.yaml b/infra/compose.yaml index bbb290e..aa0f66c 100644 --- a/infra/compose.yaml +++ b/infra/compose.yaml @@ -74,8 +74,8 @@ services: PLUG_TOPIC: "zigbee2mqtt/Sideboard Lamp/set" POLL_INTERVAL: "30" MAX_AGE_SECONDS: "180" - FLASH_INTERVAL_SECONDS: "2" - FLASH_DURATION_SECONDS: "15" + FLASH_INTERVAL_SECONDS: "1" + FLASH_DURATION_SECONDS: "14" TZ: America/Los_Angeles