1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-30 08:02:02 +00:00
Files
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

15 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: