Correct missing required option in mqtt event yaml example (#28989)

* Add required option in mqtt event yaml example

* typo
This commit is contained in:
Jan Bouwhuis 2023-09-25 07:58:18 +02:00 committed by GitHub
parent 0cc950ba40
commit 55bb8e694d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}