mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 14:46:47 -06:00
* xknx 0.11 * update for xknx 0.11.1 - state_address instead of address - sync_state option * ✏️ Tweak - Please check if this config variable `device_class` belongs here. For now it breaks netlify with building. * copy and past error -.- * even more typos * ✏️ Tweak * ✏️ Tweak * ✏️ Tweaks * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweaks * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak * ✏️ Tweak
882 B
882 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 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 %}