mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Make generic camera integration title translatable (#95806)
This commit is contained in:
parent
32b7370321
commit
207721b421
@ -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…
x
Reference in New Issue
Block a user