mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +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:
|
set_value:
|
||||||
name: Set value
|
|
||||||
description: Set value of a text entity.
|
|
||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
domain: text
|
domain: text
|
||||||
fields:
|
fields:
|
||||||
value:
|
value:
|
||||||
name: Value
|
|
||||||
description: Value to set.
|
|
||||||
required: true
|
required: true
|
||||||
example: "Hello world!"
|
example: "Hello world!"
|
||||||
selector:
|
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