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": {
|
||||
"unavailable": "Unavailable",
|
||||
"abort": "Abort",
|
||||
"vehicle": "Vehicle"
|
||||
"vehicle": "Vehicle",
|
||||
"descr_pin": "4-digit code to enable or disable the setting"
|
||||
},
|
||||
"config": {
|
||||
"abort": {
|
||||
@ -1208,8 +1209,8 @@
|
||||
"name": "[%key:common::action::enable%]"
|
||||
},
|
||||
"pin": {
|
||||
"description": "4 digit PIN.",
|
||||
"name": "PIN"
|
||||
"description": "[%key:component::teslemetry::common::descr_pin%]",
|
||||
"name": "[%key:common::config_flow::data::pin%]"
|
||||
}
|
||||
},
|
||||
"name": "Set speed limit"
|
||||
@ -1240,8 +1241,8 @@
|
||||
"name": "[%key:common::action::enable%]"
|
||||
},
|
||||
"pin": {
|
||||
"description": "4 digit PIN.",
|
||||
"name": "PIN"
|
||||
"description": "[%key:component::teslemetry::common::descr_pin%]",
|
||||
"name": "[%key:common::config_flow::data::pin%]"
|
||||
}
|
||||
},
|
||||
"name": "Set valet mode"
|
||||
|
Loading…
x
Reference in New Issue
Block a user