2019-02-06 03:31:15 +00:00
|
|
|
decrement:
|
|
|
|
description: Decrement the value of an input number entity by its stepping.
|
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
entity_id:
|
2020-06-29 08:57:23 +00:00
|
|
|
description: Entity id of the input number that should be decremented.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: input_number.threshold
|
2019-02-06 03:31:15 +00:00
|
|
|
increment:
|
|
|
|
description: Increment the value of an input number entity by its stepping.
|
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
entity_id:
|
2020-06-29 08:57:23 +00:00
|
|
|
description: Entity id of the input number that should be incremented.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: input_number.threshold
|
2019-02-06 03:31:15 +00:00
|
|
|
set_value:
|
|
|
|
description: Set the value of an input number entity.
|
|
|
|
fields:
|
2020-04-05 08:33:45 +00:00
|
|
|
entity_id:
|
|
|
|
description: Entity id of the input number to set the new value.
|
|
|
|
example: input_number.threshold
|
|
|
|
value:
|
|
|
|
description: The target value the entity should be set to.
|
|
|
|
example: 42
|
2019-12-07 20:26:06 +00:00
|
|
|
reload:
|
|
|
|
description: Reload the input_number configuration.
|