core/homeassistant/components/input_number/services.yaml

31 lines
672 B
YAML

decrement:
name: Decrement
description: Decrement the value of an input number entity by its stepping.
target:
increment:
name: Increment
description: Increment the value of an input number entity by its stepping.
target:
set_value:
name: Set
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:
name: Reload
description: Reload the input_number configuration.