From 9b5301b572f44fa21e7233a45418e87fbd1d67e4 Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Wed, 24 Apr 2024 13:31:58 +0200 Subject: [PATCH] Update KNX for new notify entity platform (#32365) --- source/_integrations/knx.markdown | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index ed73a591dcc..7c270614383 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -1357,7 +1357,7 @@ knx: {% configuration %} address: - description: KNX group address of the notification. *DPT 16.000* + description: KNX group address the notification will be sent to. *DPT 16* required: true type: [string, list] name: @@ -1369,8 +1369,22 @@ type: required: false default: "latin_1" type: string +entity_category: + description: The [category](https://developers.home-assistant.io/docs/core/entity#generic-properties) of the entity. + required: false + type: string + default: None {% endconfiguration %} +### Example service call + +```yaml +service: notify.send_message +data: + message: "Hello from HA!" + entity_id: notify.alarm +``` + ## Number The KNX number platform allows to send generic numeric values to the KNX bus and update its state from received telegrams. It can optionally respond to read requests from the KNX bus.