mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Migrate intent_script services to support translations (#96394)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
@@ -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."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user