Re-organized MQTT presence topics

This commit is contained in:
2023-01-08 13:13:44 -05:00
parent d59c5cf1fa
commit 243b0a355e

View File

@ -157,7 +157,7 @@ automation:
value: '{{ states(''sensor.room_audio'') }}'
- service: mqtt.publish
data:
topic: house/presence/current_room
topic: house/presence/indoor/current_room
payload: '{{ states(''sensor.room_audio'') }}'
retain: true