fix topic

the HA mqtt_room sensor requires the room to be directly after the state topic
This commit is contained in:
RichieFrame 2021-09-01 01:06:51 -05:00 committed by GitHub
parent 8da4eedec5
commit f8947a2804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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