From 464fd3402e14a7e4c39f2b72df5a1a001df662ed Mon Sep 17 00:00:00 2001 From: John Dillenburg <96792062+jdillenburg@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:48:37 -0500 Subject: [PATCH] Update garage-door-controller.yaml for shorter relay pulse --- garage-door-controller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/garage-door-controller.yaml b/garage-door-controller.yaml index 16e4a02..ab6da53 100644 --- a/garage-door-controller.yaml +++ b/garage-door-controller.yaml @@ -53,7 +53,7 @@ switch: restore_mode: ALWAYS_OFF on_turn_on: then: - - delay: 30000ms + - delay: 500ms - switch.turn_off: relay @@ -366,4 +366,4 @@ script: then: - binary_sensor.template.publish: id: parked_sensor - state: true \ No newline at end of file + state: true