Configurable KNX Number mode (#19943)

This commit is contained in:
Matthias Alphart 2021-10-24 12:32:22 +02:00 committed by GitHub
parent fd591e28dc
commit 7f71c86b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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