Skip to content

Commit 919d8f7

Browse files
committed
Support KNX scene entity configuration from UI
1 parent 58f2b4f commit 919d8f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/_integrations/knx.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,10 @@ entity_category:
18231823

18241824
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.
18251825

1826+
Scene entities can be created from the frontend in the KNX panel or via YAML.
1827+
1828+
{% details "Configuration of KNX scene entities via YAML" %}
1829+
18261830
```yaml
18271831
# Example configuration.yaml entry
18281832
knx:
@@ -1852,6 +1856,8 @@ entity_category:
18521856
default: None
18531857
{% endconfiguration %}
18541858

1859+
{% enddetails %}
1860+
18551861
## Select
18561862

18571863
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.

0 commit comments

Comments
 (0)