core/homeassistant/components/input_number/services.yaml

26 lines
605 B
YAML
Raw Normal View History

decrement:
description: Decrement the value of an input number entity by its stepping
target:
increment:
description: Increment the value of an input number entity by its stepping
target:
set_value:
description: Set the value of an input number entity
target:
fields:
value:
name: Value
description: The target value the entity should be set to.
required: true
example: 42
selector:
number:
min: 0
max: 9223372036854775807
step: 0.001
mode: box
reload:
description: Reload the input_number configuration.