mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Migrate intent_script services to support translations (#96394)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
cccf436326
commit
878ed7cf21
@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload the intent_script configuration.
|
|
||||||
|
8
homeassistant/components/intent_script/strings.json
Normal file
8
homeassistant/components/intent_script/strings.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads the intent script from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user