From 8f8cd17c8be09b57441bf495653ac8e34a6aefb7 Mon Sep 17 00:00:00 2001 From: Jonathan de Jong Date: Tue, 20 Dec 2022 17:40:03 +0100 Subject: [PATCH] Add configuration information for paypload_reset (#25276) Co-authored-by: Franck Nijhof --- source/_integrations/device_tracker.mqtt.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/device_tracker.mqtt.markdown b/source/_integrations/device_tracker.mqtt.markdown index 38774b6e15b..35bf9eedf16 100644 --- a/source/_integrations/device_tracker.mqtt.markdown +++ b/source/_integrations/device_tracker.mqtt.markdown @@ -74,6 +74,11 @@ payload_not_home: required: false type: string default: "not_home" +payload_reset: + description: The payload value that will have the device's location automatically derived from Home Assistant's zones. + required: false + type: string + default: "None" source_type: description: Attribute of a device tracker that affects state when being used to track a [person](/integrations/person/). Valid options are `gps`, `router`, `bluetooth`, or `bluetooth_le`. required: false @@ -205,6 +210,11 @@ payload_not_home: required: false type: string default: not_home +payload_reset: + description: The payload value that will have the device's location automatically derived from Home Assistant's zones. + required: false + type: string + default: "None" qos: description: The maximum QoS level of the state topic. required: false