Update mqtt_room.markdown (#29724)

update `state_topic` example to match using the device topic
This commit is contained in:
Jacob Wilson 2023-11-06 22:24:58 -05:00 committed by GitHub
parent 900d24db5d
commit a955fcd415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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