Migrate integration services (N-P) to support translations (#96376)
This commit is contained in:
parent
0329378f2f
commit
90d839724c
48 changed files with 828 additions and 372 deletions
|
@ -1,5 +1,3 @@
|
|||
# Describes the format for available python_script services
|
||||
|
||||
reload:
|
||||
name: Reload
|
||||
description: Reload all available python_scripts
|
||||
|
|
8
homeassistant/components/python_script/strings.json
Normal file
8
homeassistant/components/python_script/strings.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"services": {
|
||||
"reload": {
|
||||
"name": "Reload",
|
||||
"description": "Reloads all available Python scripts."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue