mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00

* 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
826 B
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 |
|
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 %}