From 919d8f71c2876100f40c8fe951b1658db36ba40f Mon Sep 17 00:00:00 2001 From: farmio Date: Sat, 20 Dec 2025 10:50:34 +0100 Subject: [PATCH] Support KNX scene entity configuration from UI --- source/_integrations/knx.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index ce564a879ac7..c75c98c9c436 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -1823,6 +1823,10 @@ entity_category: The KNX scene platform allows you to activate KNX scenes and updates scene entities when the corresponding scene number is received on the KNX bus. +Scene entities can be created from the frontend in the KNX panel or via YAML. + +{% details "Configuration of KNX scene entities via YAML" %} + ```yaml # Example configuration.yaml entry knx: @@ -1852,6 +1856,8 @@ entity_category: default: None {% endconfiguration %} +{% enddetails %} + ## Select The KNX select platform allows the user to define a list of values that can be selected via the frontend and can be used within conditions of automation. When a user selects a new item, the assigned generic raw payload is sent to the KNX bus. A received telegram updates the state of the select entity. It can optionally respond to read requests from the KNX bus.