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