Skip to content

Commit

Permalink
holiday lighting
Browse files Browse the repository at this point in the history
- Add holiday lighting colors for front outside lights
- Add Easy Time template
  • Loading branch information
zanix committed Dec 22, 2024
1 parent f489f3a commit 7100f27
Show file tree
Hide file tree
Showing 8 changed files with 2,336 additions and 14 deletions.
34 changes: 23 additions & 11 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -778,12 +778,14 @@
- data:
transition: 360
brightness_pct: 25
kelvin: 3000
target:
entity_id: light.outside_garage
action: light.turn_on
- data:
transition: 360
brightness_pct: 1
kelvin: 3000
target:
entity_id: light.outside_entry
action: light.turn_on
Expand All @@ -807,22 +809,22 @@
- id: '1665686549835'
alias: "\U0001F4A1 Front Lights on at Sunset"
description: Turns the front lights on at sunset
trigger:
- platform: sun
event: sunset
triggers:
- event: sunset
offset: -00:20:00
condition:
trigger: sun
conditions:
- condition: time
before: input_datetime.lights_front_night_dim
after: 00:00:00
action:
- data:
brightness_pct: 100
actions:
- variables:
scene: '{{ states(''sensor.seasonal_lights'')}}'
- action: scene.turn_on
metadata: {}
data: {}
target:
entity_id:
- light.outside_garage
- light.outside_entry
action: light.turn_on
entity_id: '{{ scene }}'
mode: single
- id: '1665686584864'
alias: "\U0001F4A1 Living Room Lamps on/off"
Expand Down Expand Up @@ -5490,3 +5492,13 @@
action: script.notify_pipup
alias: Send a notification to each device
mode: single
- id: '1734643266064'
alias: ⚙️ Forward Reload Templates
description: Forwards the template reloaded event so other actions can be taken
triggers:
- event_type: event_template_reloaded
trigger: event
actions:
- delay: 00:00:01
- event: templates_reloaded
event_data: {}
1 change: 1 addition & 0 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ scene: !include scenes.yaml

# Entities
group: !include_dir_merge_named entities/group
input_select: !include_dir_merge_named entities/input_select
media_player: !include_dir_list entities/media_player
mqtt:
binary_sensor: !include_dir_list entities/mqtt/binary_sensor
Expand Down
Loading

0 comments on commit 7100f27

Please sign in to comment.