Migrate reload only helper services to support translations (#96344)
This commit is contained in:
parent
77ebf8a8e5
commit
c431fc2297
24 changed files with 86 additions and 24 deletions
|
@ -1,3 +1 @@
|
|||
reload:
|
||||
name: Reload
|
||||
description: Reload all generic entities.
|
||||
|
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue