mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
Correct description for payload_on and payload_off
This commit is contained in:
parent
efdbc846cb
commit
95a7c3ebd6
@ -309,12 +309,12 @@ payload_not_available:
|
|||||||
type: string
|
type: string
|
||||||
default: offline
|
default: offline
|
||||||
payload_off:
|
payload_off:
|
||||||
description: The payload that represents disabled state.
|
description: The payload that represents the off state.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "OFF"
|
default: "OFF"
|
||||||
payload_on:
|
payload_on:
|
||||||
description: The payload that represents enabled state.
|
description: The payload that represents the on state.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "ON"
|
default: "ON"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user