mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-30 06:46:49 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
938 B
938 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 |
|
0.63 |
The knx
scenes platform allows you to trigger KNX scenes.
The knx
integration must be configured correctly, see KNX Component.
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 %}