Skip to content

Commit

Permalink
Provide automation ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegordon committed Oct 17, 2023
1 parent 00a19ec commit 3328eee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/outside_lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ switch:

automation:
- alias: "Outside night lights on"
id: outside_night_lights_on
trigger:
- platform: numeric_state
entity_id: sensor.average_external_light_level
Expand All @@ -57,6 +58,7 @@ automation:
transition: 30

- alias: Outside night lights off
id: outside_night_lights_off
trigger:
- platform: numeric_state
entity_id: sensor.average_external_light_level
Expand Down

0 comments on commit 3328eee

Please sign in to comment.