Make Version integration title translatable (#96586)
parent
fca40be5df
commit
4dd7611c83
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"title": "Version",
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
|
|
|
@ -6076,7 +6076,6 @@
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"name": "Version",
|
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -6692,6 +6691,7 @@
|
||||||
"tod",
|
"tod",
|
||||||
"uptime",
|
"uptime",
|
||||||
"utility_meter",
|
"utility_meter",
|
||||||
|
"version",
|
||||||
"waze_travel_time",
|
"waze_travel_time",
|
||||||
"workday",
|
"workday",
|
||||||
"zodiac"
|
"zodiac"
|
||||||
|
|
Loading…
Reference in New Issue