1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/number/services.yaml

16 lines
328 B
YAML

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