From a955fcd4159cf9886fe1005a9a2cbd1d5ae70537 Mon Sep 17 00:00:00 2001 From: Jacob Wilson Date: Mon, 6 Nov 2023 22:24:58 -0500 Subject: [PATCH] Update mqtt_room.markdown (#29724) update `state_topic` example to match using the device topic --- source/_integrations/mqtt_room.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/mqtt_room.markdown b/source/_integrations/mqtt_room.markdown index 7c215a48fc8..5b1c9508cee 100644 --- a/source/_integrations/mqtt_room.markdown +++ b/source/_integrations/mqtt_room.markdown @@ -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 %}