From 7f71c86b1ca3a5a83187de92233a12fb0b623689 Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Sun, 24 Oct 2021 12:32:22 +0200 Subject: [PATCH] Configurable KNX Number mode (#19943) --- source/_integrations/knx.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 5c48ecda8b1..e7855072653 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -1143,6 +1143,8 @@ knx: type: temperature min: 20 max: 24.5 + step: 0.1 + mode: slider ``` {% configuration %} @@ -1175,6 +1177,15 @@ max: description: Maximum value that can be sent. Defaults to the `type` DPT maximum value. required: false type: float +step: + description: Step value. Defaults to the step size defined for the DPT in the KNX specifications. + required: false + type: float +mode: + description: Specifies the mode used in the UI. `auto`, `box` or `slider` are valid. + required: false + type: string + default: auto {% endconfiguration %} ## Scene