Migrate intent_script services to support translations ()

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
pull/96480/head
Franck Nijhof 2023-07-12 15:30:36 +02:00 committed by GitHub
parent cccf436326
commit 878ed7cf21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions
homeassistant/components/intent_script

View File

@ -1,3 +1 @@
reload:
name: Reload
description: Reload the intent_script configuration.

View File

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads the intent script from the YAML-configuration."
}
}
}