Fix pin strings in Teslemetry (#144873)

pinstring
This commit is contained in:
Brett Adams 2025-05-14 22:31:41 +10:00 committed by GitHub
parent 10dd11f257
commit 993e98a43f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"