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