mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Migrate backup services to support translations (#96308)
* Migrate backup services to support translations * Apply suggestions from code review Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
76e3272432
commit
aea2fc68e7
@ -1,3 +1 @@
|
||||
create:
|
||||
name: Create backup
|
||||
description: Create a new backup.
|
||||
|
8
homeassistant/components/backup/strings.json
Normal file
8
homeassistant/components/backup/strings.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"services": {
|
||||
"create": {
|
||||
"name": "Create backup",
|
||||
"description": "Creates a new backup."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user