mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Configurable KNX Number mode (#19943)
This commit is contained in:
parent
fd591e28dc
commit
7f71c86b1c
@ -1143,6 +1143,8 @@ knx:
|
|||||||
type: temperature
|
type: temperature
|
||||||
min: 20
|
min: 20
|
||||||
max: 24.5
|
max: 24.5
|
||||||
|
step: 0.1
|
||||||
|
mode: slider
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -1175,6 +1177,15 @@ max:
|
|||||||
description: Maximum value that can be sent. Defaults to the `type` DPT maximum value.
|
description: Maximum value that can be sent. Defaults to the `type` DPT maximum value.
|
||||||
required: false
|
required: false
|
||||||
type: float
|
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 %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Scene
|
## Scene
|
||||||
|
Loading…
x
Reference in New Issue
Block a user