Home-AssistantConfig/automation/Timed_Triggers/startup_notification.yaml

18 lines
446 B
YAML
Raw Normal View History

2018-01-02 00:00:45 +00:00
###################################
## Start Up Section
###################################
- alias: Startup Notification and Shut startup lights
hide_entity: True
trigger:
- platform: homeassistant
event: start
action:
- service: script.notify_engine
data_template:
value1: 'Startup: Home Assistant is Up and Running!'
who: 'carlo'
- service: light.turn_off
entity_id: group.hallway_lights