Migrate reload only helper services to support translations (#96344)

This commit is contained in:
Franck Nijhof 2023-07-11 20:56:21 +02:00 committed by GitHub
parent 77ebf8a8e5
commit c431fc2297
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 86 additions and 24 deletions

View file

@ -1,3 +1 @@
reload:
name: Reload
description: Reload all generic entities.

View file

@ -83,5 +83,11 @@
"stream_io_error": "[%key:component::generic::config::error::stream_io_error%]",
"stream_not_permitted": "[%key:component::generic::config::error::stream_not_permitted%]"
}
},
"services": {
"reload": {
"name": "Reload",
"description": "Reloads generic cameras from the YAML-configuration."
}
}
}