From 2de4562e0514feeef45ee52e3672145ffc364424 Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Mon, 18 Dec 2023 08:27:18 +0100 Subject: [PATCH] Fix KNX button address config type value (#30362) --- source/_integrations/knx.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 8a801597ec4..ed73a591dcc 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -544,7 +544,7 @@ name: address: description: Group address to send to. required: true - type: [string, list] + type: string payload: description: The raw payload that shall be sent. required: false