home-assistant.io/source/_components/notify.knx.markdown
Matthias Alphart 3b597bb3bd
KNX component updates for xknx 0.11 (#9682)
* 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
2019-08-08 21:39:54 +02:00

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
Notifications
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 %}