mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 08:28:57 +00:00
946 B
946 B
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 variables:
- address (Required): KNX group address of the binary sensor.
- scene_number (Required): Zero-indexed KNX scene number to be activated.
- name (Optional): A name for this device used within Home Assistant.