Properly quote things so ON/OFF don't become True/False (#5072)
This commit is contained in:
parent
69635dc1c8
commit
3f13571251
1 changed files with 2 additions and 2 deletions
|
@ -95,12 +95,12 @@ payload_on:
|
|||
description: The payload that represents enabled state.
|
||||
required: false
|
||||
type: string
|
||||
default: ON
|
||||
default: "ON"
|
||||
payload_off:
|
||||
description: The payload that represents disabled state.
|
||||
required: false
|
||||
type: string
|
||||
default: OFF
|
||||
default: "OFF"
|
||||
qos:
|
||||
description: The maximum QoS level of the state topic.
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue