Add missing timer service translation (#100388)

This commit is contained in:
steffenrapp
2023-09-15 14:42:27 +02:00
committed by GitHub
parent 5ac149a760
commit b4c095e944
2 changed files with 6 additions and 0 deletions

View File

@@ -36,3 +36,5 @@ change:
example: "00:01:00, 60 or -60"
selector:
text:
reload:

View File

@@ -62,6 +62,10 @@
"description": "Duration to add or subtract to the running timer."
}
}
},
"reload": {
"name": "[%key:common::action::reload%]",
"description": "Reloads helpers from the YAML-configuration."
}
}
}