2018-01-02 00:00:45 +00:00
|
|
|
###################################
|
|
|
|
## Start Up Section
|
|
|
|
###################################
|
|
|
|
|
|
|
|
- alias: Startup Notification and Shut startup lights
|
2020-07-20 18:33:03 +00:00
|
|
|
id: f3f0a8d1-6c40-43e0-91e4-827194f78506
|
2020-05-03 20:23:17 +00:00
|
|
|
|
2018-01-02 00:00:45 +00:00
|
|
|
trigger:
|
|
|
|
- platform: homeassistant
|
|
|
|
event: start
|
|
|
|
action:
|
|
|
|
- service: script.notify_engine
|
2020-09-26 14:52:45 +00:00
|
|
|
data:
|
2019-03-16 21:36:18 +00:00
|
|
|
title: 'Home Assistant StartUp'
|
|
|
|
value1: 'Home Assistant is Up and Running!'
|
2018-01-02 00:00:45 +00:00
|
|
|
who: 'carlo'
|
2023-11-17 22:16:41 +00:00
|
|
|
group: 'information'
|
2018-01-02 00:00:45 +00:00
|
|
|
|
2021-07-13 16:16:02 +00:00
|
|
|
- service: homeassistant.turn_off
|
|
|
|
entity_id:
|
|
|
|
- light.hallway_lights
|
2021-11-04 15:36:30 +00:00
|
|
|
#- switch.spaceship_update_switch - Tesla integration was removed.
|
2018-02-18 00:58:45 +00:00
|
|
|
|
2020-07-21 21:20:00 +00:00
|
|
|
- service: group.set
|
2020-09-26 14:52:45 +00:00
|
|
|
data:
|
2020-07-21 21:20:00 +00:00
|
|
|
object_id: "arriving"
|
|
|
|
entities: []
|
|
|
|
|
2020-06-09 15:08:05 +00:00
|
|
|
- condition: state
|
|
|
|
entity_id: sun.sun
|
|
|
|
state: 'above_horizon'
|
|
|
|
|
2022-10-05 15:20:40 +00:00
|
|
|
- service: notify.alexa_media_office
|
2020-05-03 20:23:17 +00:00
|
|
|
data:
|
2023-11-17 22:16:41 +00:00
|
|
|
message: "Home Assistant has been restarted."
|
2020-05-03 20:23:17 +00:00
|
|
|
data:
|
|
|
|
type: announce
|
2023-11-17 22:16:41 +00:00
|
|
|
|