mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Update mqtt_room.markdown (#29724)
update `state_topic` example to match using the device topic
This commit is contained in:
parent
900d24db5d
commit
a955fcd415
@ -22,7 +22,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"
|
state_topic: "espresense/devices/123testid"
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user