From 02368c0ca18ae474e050c444bfbc8b5c811447d1 Mon Sep 17 00:00:00 2001 From: Abestanis Date: Mon, 1 Dec 2025 01:26:19 +0100 Subject: [PATCH] Mention that the date, datetime and time entities can be configured from the UI --- source/_integrations/knx.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index ed987e802bb7..040301ee20b5 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -62,6 +62,7 @@ There is currently support for the following device types within Home Assistant: - [Climate](#climate) - [Cover](#cover) - [Date](#date) +- [DateTime](#datetime) - [Fan](#fan) - [Light](#light) - [Notify](#notify) @@ -1267,6 +1268,10 @@ Dates that have a `state_address` configured request their current state from th DPT 11.001 covers the range 1990 to 2089. Year values outside of this range are not allowed. {% endnote %} +Date entities can be created from the frontend in the KNX panel or via YAML. + +{% details "Configuration of KNX date entities via YAML" %} + ```yaml # Example configuration.yaml entry knx: @@ -1319,6 +1324,8 @@ entity_category: default: None {% endconfiguration %} +{% enddetails %} + ## DateTime The KNX datetime platform allows to send datetime values to the KNX bus and update its state from received telegrams. It can optionally respond to read requests from the KNX bus. @@ -1334,6 +1341,10 @@ System timezone is used as DPT 19.001 doesn't provide timezone information. Year values outside of the range 1900 to 2155 are invalid. {% endnote %} +Datetime entities can be created from the frontend in the KNX panel or via YAML. + +{% details "Configuration of KNX datetime entities via YAML" %} + ```yaml # Example configuration.yaml entry knx: @@ -1386,6 +1397,8 @@ entity_category: default: None {% endconfiguration %} +{% enddetails %} + ## Fan The KNX fan integration is used to control KNX fans. Following control types are supported: @@ -2321,6 +2334,10 @@ Times that have a `state_address` configured request their current state from th The `day` field of the time telegram will always be set to 0 (`no day`). {% endnote %} +Time entities can be created from the frontend in the KNX panel or via YAML. + +{% details "Configuration of KNX time entities via YAML" %} + ```yaml # Example configuration.yaml entry knx: @@ -2373,6 +2390,8 @@ entity_category: default: None {% endconfiguration %} +{% enddetails %} + ## Weather The KNX weather platform is used as an interface to KNX weather stations.