Correct description for payload_on and payload_off

This commit is contained in:
jbouwh 2025-03-16 16:05:19 +00:00
parent efdbc846cb
commit 95a7c3ebd6

View File

@ -309,12 +309,12 @@ payload_not_available:
type: string
default: offline
payload_off:
description: The payload that represents disabled state.
description: The payload that represents the off state.
required: false
type: string
default: "OFF"
payload_on:
description: The payload that represents enabled state.
description: The payload that represents the on state.
required: false
type: string
default: "ON"