mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-04 17:26:50 +00:00
887 B
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. |
|
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 %}