Franck Nijhof 533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00

991 B

title, description, logo, ha_category, ha_release
title description logo ha_category ha_release
KNX Scene Instructions on how to integrate KNX Scenes into Home Assistant. knx.png
Scene
0.63

The knx integration must be configured correctly to use this integration, see KNX Integration.

The knx scenes platform allows you to trigger KNX scenes.

Configuration

To use your KNX scence in your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
scene:
  - name: Romantic
    platform: knx
    address: 8/8/8
    scene_number: 23

{% configuration %} address: description: KNX group address for the scene. required: true type: string scene_number: description: KNX scene number to be activated. ( 1 ... 64 ) required: true type: integer name: description: A name for this device used within Home Assistant. required: false type: string {% endconfiguration %}