home-assistant.io/source/_components/notify.knx.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

826 B

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

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

The knx integration must be configured correctly, see KNX Component.

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 %}