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