mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Document MQTT number payload_reset (#19644)
This commit is contained in:
parent
3a2b44e180
commit
cd1ea9ae30
@ -127,6 +127,11 @@ optimistic:
|
||||
required: false
|
||||
type: boolean
|
||||
default: "`true` if no `state_topic` defined, else `false`."
|
||||
payload_reset:
|
||||
description: A special payload that resets the state to `None` when received on the `state_topic`.
|
||||
required: false
|
||||
type: string
|
||||
default: '"None"'
|
||||
qos:
|
||||
description: The maximum QoS level of the state topic. Default is 0 and will also be used to publishing messages.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user