mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Add step to number template example (#19189)
This commit is contained in:
parent
0b2e765416
commit
6eef4cfd38
@ -228,6 +228,7 @@ template:
|
|||||||
state: "{{ (( state_attr('light.wled', 'Speed') / 255) * 100) | round }}"
|
state: "{{ (( state_attr('light.wled', 'Speed') / 255) * 100) | round }}"
|
||||||
min: 0
|
min: 0
|
||||||
max: 100
|
max: 100
|
||||||
|
step: "{{ 1 }}"
|
||||||
set_value:
|
set_value:
|
||||||
service: wled.effect
|
service: wled.effect
|
||||||
target:
|
target:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user