From f8947a280428a064aab040632b2f1b720b600a16 Mon Sep 17 00:00:00 2001 From: RichieFrame <33644730+RichieFrame@users.noreply.github.com> Date: Wed, 1 Sep 2021 01:06:51 -0500 Subject: [PATCH] fix topic the HA mqtt_room sensor requires the room to be directly after the state topic --- docs/home_assistant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home_assistant.md b/docs/home_assistant.md index 7e3e3da..6264189 100644 --- a/docs/home_assistant.md +++ b/docs/home_assistant.md @@ -15,7 +15,7 @@ sensor: - platform: mqtt_room device_id: "fda50693a4e24fb1afcfc6eb07647825-5-0" # Note that major version must match, but any minor version will be ignored name: 'ESPresense Presence' - state_topic: 'espresense' + state_topic: 'espresense/rooms' timeout: 60 away_timeout: 120