mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Migrate text services to support translations (#96397)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
11cd7692a1
commit
273e80cc45
@ -1,13 +1,9 @@
|
||||
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:
|
||||
|
@ -27,5 +27,17 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"set_value": {
|
||||
"name": "Set value",
|
||||
"description": "Sets the value.",
|
||||
"fields": {
|
||||
"value": {
|
||||
"name": "Value",
|
||||
"description": "Enter your text."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user