1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/number/services.yaml
Franck Nijhof ea4bbd771f
Add service names to previously enriched services (#46929)
Co-authored-by: Tobias Sauerwein <cgtobi@users.noreply.github.com>
2021-02-23 14:10:13 +01:00

14 lines
295 B
YAML

# Describes the format for available Number entity services
set_value:
name: Set
description: Set the value of a Number entity.
target:
fields:
value:
name: Value
description: The target value the entity should be set to.
example: 42
selector:
text: