mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Migrate template services to support translations (#96414)
This commit is contained in:
@@ -1,3 +1 @@
|
|||||||
reload:
|
reload:
|
||||||
name: Reload
|
|
||||||
description: Reload all template entities.
|
|
||||||
|
8
homeassistant/components/template/strings.json
Normal file
8
homeassistant/components/template/strings.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"reload": {
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "Reloads template entities from the YAML-configuration."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user