mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Correct missing required option in mqtt event yaml example (#28989)
* Add required option in mqtt event yaml example * typo
This commit is contained in:
parent
0cc950ba40
commit
55bb8e694d
@ -19,6 +19,8 @@ The `mqtt` event platform allows you to process event info from an MQTT message.
|
||||
mqtt:
|
||||
- event:
|
||||
state_topic: "home/doorbell/state"
|
||||
event_types:
|
||||
- press
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user