mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-19 17:38:59 +00:00
863 B
863 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | KNX Notify | Instructions on how to use the KNX notify with Home Assistant. | 2016-09-03 17:00 | true | false | true | true | knx.png | Notifications | 0.53 | Local Push |
The knx
notify platform allows you to send notifications to KNX devices.
The knx
component must be configured correctly, see KNX Component.
{% linkable_title 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 variables:
- address (Required): KNX group address of the notification.
- name (Optional): A name for this device used within Home Assistant.