Migrate lovelace services to support translations (#96340)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
pull/96693/head
Franck Nijhof 2023-07-12 17:04:22 +02:00 committed by GitHub
parent c5cd7e5897
commit b39660df3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,3 @@
# Describes the format for available lovelace services
reload_resources:
name: Reload resources
description: Reload Lovelace resources from YAML configuration

View File

@ -6,5 +6,11 @@
"resources": "Resources",
"views": "Views"
}
},
"services": {
"reload_resources": {
"name": "Reload resources",
"description": "Reloads dashboard resources from the YAML-configuration."
}
}
}