Skip to content

Commit

Permalink
update outdoor light defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
tvelich committed Nov 6, 2023
1 parent c069e80 commit 8ade3e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automation/state/door.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
- service: light.turn_on
data:
entity_id: light.front_yard
brightness_pct: 100
brightness_pct: 75
- service: timer.start
data:
entity_id: timer.brighten_front_yard
Expand Down
2 changes: 1 addition & 1 deletion script/fade_to_dim_front_yard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ fade_to_dim_front_yard:
- service: light.turn_on
data:
entity_id: light.front_yard
brightness_pct: 20
brightness_pct: 25
transition: 60
19 changes: 1 addition & 18 deletions script/reset_lights_default.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
reset_lights_default:
sequence:
- service: light.turn_on
continue_on_error: true
data:
entity_id:
- light.hue_outside
- light.hue_inside
color_temp_kelvin: 4000
- service: light.turn_on
continue_on_error: true
data:
entity_id:
- light.hue_outdoor_spot_1
- light.hue_outdoor_spot_5
- light.hue_bloom_1
color_name: turquoise
- service: light.turn_on
data:
entity_id:
- light.hue_outdoor_spot_2
- light.hue_outdoor_spot_3
- light.hue_outdoor_spot_4
- light.hue_lightstrip_plus_1
color_name: blue
color_temp_kelvin: 2600

0 comments on commit 8ade3e2

Please sign in to comment.