MQTT Update: fix incorrect select in first example (#24705)

This commit is contained in:
Rob 2022-11-17 14:53:33 -08:00 committed by GitHub
parent b983495c68
commit 2abc490af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ To enable MQTT Update in your installation, add the following to your `configura
```yaml
# Example configuration.yaml entry
mqtt:
select:
update:
- state_topic: topic-installed
latest_version_topic: topic-latest
```