hass-core/homeassistant/components/input_number/services.yaml
Franck Nijhof d6771e6f8a
Migrate input helpers services to support translations (#96392)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-12 17:12:22 +02:00

25 lines
359 B
YAML

decrement:
target:
entity:
domain: input_number
increment:
target:
entity:
domain: input_number
set_value:
target:
entity:
domain: input_number
fields:
value:
required: true
selector:
number:
min: 0
max: 9223372036854775807
step: 0.001
mode: box
reload: