From a0f8be41b1d56c77e4c432fae0e044db41b073f5 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Wed, 11 Oct 2023 22:10:07 +0200 Subject: [PATCH] Fix [Bathroom] Button On/Off --- configuration/automations/bathroom-lights.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/automations/bathroom-lights.yaml b/configuration/automations/bathroom-lights.yaml index 6b41702..a9a4e52 100644 --- a/configuration/automations/bathroom-lights.yaml +++ b/configuration/automations/bathroom-lights.yaml @@ -39,6 +39,7 @@ - id: button_bathroom_on_off alias: '[Bathroom] Button On/Off' + mode: single trigger: - device_id: 36bf09a72c8115dd3afd832e83cf38ea domain: zha @@ -51,7 +52,6 @@ type: remote_button_alt_short_press subtype: button_2 action: - - service: script.bathroom_lights_toggle - choose: - conditions: - condition: state @@ -63,4 +63,4 @@ entity_id: - automation.bathroom_shower_motion_off - automation.bathroom_lights_off - mode: single \ No newline at end of file + - service: script.bathroom_lights_toggle