home-assistant.io/source/_components/scene.knx.markdown
Klaas Schoute 6577daf37f Update KNX component configuration variable (#6602)
* 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
2018-10-11 20:59:34 +02:00

1.0 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page KNX Scene Instructions on how to integrate KNX Scenes into Home Assistant. 2018-02-03 20:00 true false true true knx.png Scene 0.63

The knx scenes platform allows you to trigger KNX scenes.

The knx component must be configured correctly, see KNX Component.

{% linkable_title 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 of the binary sensor. required: true type: string scene_number: description: Zero-indexed KNX scene number to be activated. required: true type: integer name: description: A name for this device used within Home Assistant. required: false type: string {% endconfiguration %}