Remove redundant service call

This commit is contained in:
2023-07-16 13:19:39 -04:00
parent 931eb357f3
commit 0b8ac402b2

View File

@ -369,17 +369,6 @@ going_upstairs:
milliseconds: 0 milliseconds: 0
alias: Wait until I am in the bathroom, or in bed, or the lights are manually alias: Wait until I am in the bathroom, or in bed, or the lights are manually
turned on turned on
- if:
- condition: state
entity_id: input_boolean.goodnight
state: 'off'
then:
- service: input_select.select_option
data:
option: Side Nightlight
target:
entity_id: input_select.master_bedroom_scenes
alias: Turn on dim lighting in master bedroom, unless I am in bed
- choose: - choose:
- conditions: '{{ wait.trigger.id == ''bathroom'' }}' - conditions: '{{ wait.trigger.id == ''bathroom'' }}'
sequence: sequence: