From 2296a4eef0ddd174a5841c7aea46ecd76f542c6b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 24 Oct 2023 11:35:44 +1300 Subject: [PATCH] ESPresence comments --- packages/presense_sense.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/presense_sense.yaml b/packages/presense_sense.yaml index e7c4ff8..b4a1053 100644 --- a/packages/presense_sense.yaml +++ b/packages/presense_sense.yaml @@ -1,6 +1,16 @@ # ESPresence Sensing # https://espresense.com/home_assistant # + +# In the secrets.yaml file you want something like this to match each one. +# Obviously you don't need to use secrets, but it helps if you are sharing your +# home assistant config with others. +# +# btb09_uID: My_tracked_item_name_(ID)" +# btb09_dID: "known:xxxxxxxxxxxx" +# btb09_name: "My Tracked Item Name (ID)" +# btb09_topic: espresense/devices/known:xxxxxxxxxxxx + sensor: - platform: mqtt_room unique_id: !secret btb01_uID @@ -58,4 +68,10 @@ sensor: state_topic: !secret btb08_topic timeout: 60 away_timeout: 120 # number of seconds after which the enitity will get status not_home - + - platform: mqtt_room + unique_id: !secret btb09_uID + device_id: !secret btb09_dID + name: !secret btb09_name + state_topic: !secret btb09_topic + timeout: 60 + away_timeout: 120 # number of seconds after which the enitity will get status not_home