Make generic camera integration title translatable (#95806)
This commit is contained in:
parent
32b7370321
commit
207721b421
3 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"title": "Generic Camera",
|
||||
"config": {
|
||||
"error": {
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||
|
|
|
@ -1896,7 +1896,6 @@
|
|||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"generic": {
|
||||
"name": "Generic Camera",
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
|
@ -6663,6 +6662,7 @@
|
|||
"emulated_roku",
|
||||
"filesize",
|
||||
"garages_amsterdam",
|
||||
"generic",
|
||||
"google_travel_time",
|
||||
"group",
|
||||
"growatt_server",
|
||||
|
|
|
@ -31,6 +31,7 @@ ALLOW_NAME_TRANSLATION = {
|
|||
"emulated_roku",
|
||||
"faa_delays",
|
||||
"garages_amsterdam",
|
||||
"generic",
|
||||
"google_travel_time",
|
||||
"homekit_controller",
|
||||
"islamic_prayer_times",
|
||||
|
|
Loading…
Add table
Reference in a new issue