home-assistant.io/source/_integrations/notify.knx.markdown
Franck Nijhof 533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00

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