Add required fields to config.yaml example (#21949)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
boc-the-git 2022-03-10 22:45:03 +11:00 committed by GitHub
parent fd4e7a5b07
commit ebbf2907d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ To use this device tracker in your installation, add the following to your `conf
sensor: sensor:
- platform: mqtt_room - platform: mqtt_room
device_id: 123testid device_id: 123testid
state_topic: "espresense/rooms"
``` ```
{% configuration %} {% configuration %}