26 lines
605 B
YAML
26 lines
605 B
YAML
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.
|