Instructions for triggering action on HA startup (#928)

This commit is contained in:
arsaboo 2016-09-13 01:05:37 -04:00 committed by Fabian Affolter
parent f01e797173
commit b7384eb0fd

View File

@ -23,6 +23,7 @@ automation:
event_data:
mood: happy
```
For example, to carry out actions when Home Assistant starts, you can use `event_type: homeassistant_start`.
### {% linkable_title MQTT trigger %}
Triggers when a specific message is received on given topic. Optionally can match on the payload being sent over the topic.