mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add timeout information about shutdown trigger (#26987)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
fb6a973894
commit
5f8125db1f
@ -148,6 +148,12 @@ automation:
|
||||
event: start
|
||||
```
|
||||
|
||||
<div class='note'>
|
||||
|
||||
Automations triggered by the `shutdown` event have 20 seconds to run, after which they are stopped to continue with the shutdown.
|
||||
|
||||
</div>
|
||||
|
||||
## MQTT trigger
|
||||
|
||||
Fires when a specific message is received on given MQTT topic. Optionally can match on the payload being sent over the topic. The default payload encoding is 'utf-8'. For images and other byte payloads use `encoding: ''` to disable payload decoding completely.
|
||||
|
Loading…
x
Reference in New Issue
Block a user