mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Migrate template services to support translations (#96414)
This commit is contained in:
parent
352ca0b7f8
commit
c3871cc5ae
@ -1,3 +1 @@
|
||||
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."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user