Migrate template services to support translations (#96414)

This commit is contained in:
Franck Nijhof
2023-07-12 14:06:14 +02:00
committed by GitHub
parent 352ca0b7f8
commit c3871cc5ae
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1 @@
reload:
name: Reload
description: Reload all template entities.

View File

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