Skip to content

Commit

Permalink
Added delayed announcement to morning routine.
Browse files Browse the repository at this point in the history
May need adjusting depending on how early this triggers.

Update #103
  • Loading branch information
dannytsang committed Sep 14, 2024
1 parent 425c689 commit f29975a
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions packages/time.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,20 @@ script:
- data: {}
entity_id: input_boolean.enable_morning_routine
service: input_boolean.turn_off
- service: script.send_to_home_log
data:
message:
":paw_prints: :sunrise: Motion detected in the Lounge in the morning.
Running morning routine."
log_level: "Normal"
- service: script.set_alarm_to_disarmed_mode
- service: switch.turn_off
target:
entity_id: switch.indoor_cameras
- service: script.send_to_home_log
data:
message: ":clock9: :sunrise: Morning routine complete."
log_level: "Normal"
- parallel:
- service: script.send_to_home_log
data:
message:
":paw_prints: :sunrise: Motion detected in the Lounge in the morning.
Running morning routine."
log_level: "Normal"
- service: script.set_alarm_to_disarmed_mode
- service: switch.turn_off
target:
entity_id: switch.indoor_cameras
- service: script.send_to_home_log
data:
message: ":clock9: :sunrise: Morning routine complete."
log_level: "Normal"
- service: script.announce_delayed_notifications
mode: single

0 comments on commit f29975a

Please sign in to comment.