From 9fa4e59f669ec5cd01bace7770676d3670e47a05 Mon Sep 17 00:00:00 2001 From: ab-tools Date: Sun, 12 Mar 2023 21:41:24 +0100 Subject: [PATCH] Fixed typing mistake in KNX integration documentation. (#26575) --- 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 72e92a9e6e9..3b8d1e36666 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -171,7 +171,7 @@ type: Every telegram that matches an address pattern with its destination field will be announced on the event bus as a `knx_event` event containing data attributes - `data` contains the raw payload data (e.g., 1 or "[12, 55]"). -- `destination` the KNX group address the telegram is sent to as string (e.g., "1/2/3). +- `destination` the KNX group address the telegram is sent to as string (e.g., "1/2/3"). - `direction` the direction of the telegram as string ("Incoming" / "Outgoing"). - `source` the KNX individual address of the sender as string (e.g., "1.2.3"). - `telegramtype` the APCI service of the telegram. "GroupValueWrite", "GroupValueRead" or "GroupValueResponse" generate a knx_event.