From 802711223798816bba3f8bd0e7d2e70b9f46d379 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Tue, 22 Dec 2020 03:09:52 +0100 Subject: [PATCH] Update bathroom button from switch to light --- automations/files/button-bathroom.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/automations/files/button-bathroom.yaml b/automations/files/button-bathroom.yaml index 9ad7102..e1f3354 100644 --- a/automations/files/button-bathroom.yaml +++ b/automations/files/button-bathroom.yaml @@ -8,12 +8,12 @@ subtype: turn_on condition: [] action: - - service: switch.turn_on + - service: light.turn_on data: entity_id: - - switch.mirror_left - - switch.mirror_middle - - switch.mirror_right + - light.mirror_left + - light.mirror_middle + - light.mirror_right mode: single - id: button-bathroom-off alias: Button Off computer cave @@ -25,12 +25,12 @@ subtype: turn_off condition: [] action: - - service: switch.turn_off + - service: light.turn_off data: entity_id: - - switch.mirror_left - - switch.mirror_middle - - switch.mirror_right + - light.mirror_left + - light.mirror_middle + - light.mirror_right mode: single #- id: button-bathroom-hold-on # alias: Button Hold On computer cave @@ -42,7 +42,7 @@ # command: move_with_on_off # condition: [] # action: -# - service: switch.turn_on +# - service: light.turn_on # data: # entity_id: # - light.tv_left