mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add configuration information for paypload_reset (#25276)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
f3e98f03fa
commit
8f8cd17c8b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user