From 95a7c3ebd65a0918c517fa2c2e1e3485779ce275 Mon Sep 17 00:00:00 2001 From: jbouwh Date: Sun, 16 Mar 2025 16:05:19 +0000 Subject: [PATCH] Correct description for payload_on and payload_off --- source/_integrations/light.mqtt.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/light.mqtt.markdown b/source/_integrations/light.mqtt.markdown index b1ba12fb05f..c8276c611eb 100644 --- a/source/_integrations/light.mqtt.markdown +++ b/source/_integrations/light.mqtt.markdown @@ -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"