KNX Scene


The knx scenes platform allows you to trigger KNX scenes.

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

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

Configuration variables:

  • name (Optional): A name for this device used within Home Assistant.
  • address: KNX group address of the binary sensor.
  • scene_number KNX scene number to be activated.