home-assistant.io/source/_integrations/notify.knx.markdown

887 B

title, description, ha_category, ha_release, ha_iot_class, ha_domain
title description ha_category ha_release ha_iot_class ha_domain
KNX Notify Instructions on how to use the KNX notify with Home Assistant.
Notifications
0.53 Local Push knx

The knx integration must be configured correctly to use this integration, see KNX Integration.

The knx notify platform allows you to send notifications to KNX devices.

Configuration

To use your KNX switch in your installation, add the following lines to your configuration.yaml file:

notify:
  - platform: knx
    name: Alarm
    address: '5/1/10'

{% configuration %} address: description: KNX group address of the notification. required: true type: string name: description: A name for this device used within Home Assistant. required: false type: string {% endconfiguration %}