Migrate integration services (N-P) to support translations (#96376)

This commit is contained in:
Franck Nijhof 2023-07-12 00:33:37 +02:00 committed by GitHub
parent 0329378f2f
commit 90d839724c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 828 additions and 372 deletions

View file

@ -1,5 +1,3 @@
# Describes the format for available python_script services
reload:
name: Reload
description: Reload all available python_scripts

View file

@ -0,0 +1,8 @@
{
"services": {
"reload": {
"name": "Reload",
"description": "Reloads all available Python scripts."
}
}
}