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