Skip to content

Commit

Permalink
remove unnecessary continue on error params in light scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tvelich committed Aug 26, 2024
1 parent 097a34a commit 50c7d26
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions script/christmas_lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ christmas_lights:
sequence:
- parallel:
- service: light.turn_on
continue_on_error: true
data:
entity_id: light.hue_color_group_1
color_name: green
- service: light.turn_on
continue_on_error: true
data:
entity_id: light.hue_color_group_2
color_name: red
3 changes: 0 additions & 3 deletions script/standard_lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@ standard_lights:
sequence:
- parallel:
- service: light.turn_on
continue_on_error: true
data:
entity_id:
- light.outside
- light.outside_accent
color_temp_kelvin: 2600
- service: light.turn_on
continue_on_error: true
data:
entity_id:
- light.inside
- light.family_room_accent
color_temp_kelvin: 4000
- service: light.turn_on
continue_on_error: true
data:
entity_id: light.living_room_accent
color_name: violet

0 comments on commit 50c7d26

Please sign in to comment.