From 15714a1c6fd07391b2d2844f874d8975a7cf8926 Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Sat, 23 Apr 2022 16:01:03 +0200 Subject: [PATCH] Add KNX notify `type` configuration option (#22487) * Add KNX notify `type` configuration option * Update source/_integrations/knx.markdown Co-authored-by: Klaas Schoute Co-authored-by: Klaas Schoute --- source/_integrations/knx.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index f88eaa1d4f8..245199b6142 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -1174,6 +1174,11 @@ name: description: A name for this device used within Home Assistant. required: false type: string +type: + description: A DPT identifier representing a text value ("string" or "latin_1" - see [KNX Sensor](#sensor)) used to encode the notification. + required: false + default: "latin_1" + type: string {% endconfiguration %} ## Number