1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
ha-core/homeassistant/components/input_number/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

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.