Migrate intent_script services to support translations (#96394)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>pull/96480/head
parent
cccf436326
commit
878ed7cf21
homeassistant/components/intent_script
|
@ -1,3 +1 @@
|
|||
reload:
|
||||
name: Reload
|
||||
description: Reload the intent_script configuration.
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"description": "Reloads the intent script from the YAML-configuration."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue