You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/getting-started/automation-trigger.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ automation:
23
23
event_data:
24
24
mood: happy
25
25
```
26
-
For example, to carry out actions when Home Assistant starts, you can use `event_type: homeassistant_start`.
26
+
For example, to carry out actions when Home Assistant starts, you can use `event_type: homeassistant_start`. See other 'events' supported by Home Assistant [here](https://home-assistant.io/topics/events/).
27
27
28
28
### {% linkable_title MQTT trigger %}
29
29
Triggers when a specific message is received on given topic. Optionally can match on the payload being sent over the topic.
0 commit comments