mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
parent
10dd11f257
commit
993e98a43f
@ -2,7 +2,8 @@
|
|||||||
"common": {
|
"common": {
|
||||||
"unavailable": "Unavailable",
|
"unavailable": "Unavailable",
|
||||||
"abort": "Abort",
|
"abort": "Abort",
|
||||||
"vehicle": "Vehicle"
|
"vehicle": "Vehicle",
|
||||||
|
"descr_pin": "4-digit code to enable or disable the setting"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"abort": {
|
"abort": {
|
||||||
@ -1208,8 +1209,8 @@
|
|||||||
"name": "[%key:common::action::enable%]"
|
"name": "[%key:common::action::enable%]"
|
||||||
},
|
},
|
||||||
"pin": {
|
"pin": {
|
||||||
"description": "4 digit PIN.",
|
"description": "[%key:component::teslemetry::common::descr_pin%]",
|
||||||
"name": "PIN"
|
"name": "[%key:common::config_flow::data::pin%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name": "Set speed limit"
|
"name": "Set speed limit"
|
||||||
@ -1240,8 +1241,8 @@
|
|||||||
"name": "[%key:common::action::enable%]"
|
"name": "[%key:common::action::enable%]"
|
||||||
},
|
},
|
||||||
"pin": {
|
"pin": {
|
||||||
"description": "4 digit PIN.",
|
"description": "[%key:component::teslemetry::common::descr_pin%]",
|
||||||
"name": "PIN"
|
"name": "[%key:common::config_flow::data::pin%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"name": "Set valet mode"
|
"name": "Set valet mode"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user