mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Configurable KNX Number mode (#19943)
This commit is contained in:
parent
fd591e28dc
commit
7f71c86b1c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user