Properly quote things so ON/OFF don't become True/False (#5072)

This commit is contained in:
Niklas Wagner 2018-03-31 23:19:30 +02:00 committed by Fabian Affolter
parent 69635dc1c8
commit 3f13571251

View File

@ -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