mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36: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 }}"
|
||||
min: 0
|
||||
max: 100
|
||||
step: "{{ 1 }}"
|
||||
set_value:
|
||||
service: wled.effect
|
||||
target:
|
||||
|
Loading…
x
Reference in New Issue
Block a user