mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 13:57:04 +00:00

* Update KNX component configuration variable Update style of KNX component (all the 7 files) documentation to follow new configuration variables description. Related to #6385. * Update binary_sensor.knx.markdown * 🚑 Syntax fix * 🚑 Tweak after source check * 🚑 Tweak after suggestion
936 B
936 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 %} 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 %}