hass-core/homeassistant/components/text/services.yaml
Raman Gupta 003e4224c8
Add text platform (#79454)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-11-24 20:01:01 +01:00

14 lines
266 B
YAML

set_value:
name: Set value
description: Set value of a text entity.
target:
entity:
domain: text
fields:
value:
name: Value
description: Value to set.
required: true
example: "Hello world!"
selector:
text: