Replace "Disconnected" with common string in teslemetry (#141914)

Replaced "Disconnected" with common string in `teslemetry`
This commit is contained in:
Norbert Rittel 2025-03-31 14:42:07 +02:00 committed by GitHub
parent c888502671
commit 1c0768dd78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -534,7 +534,7 @@
"vin": { "vin": {
"name": "Vehicle", "name": "Vehicle",
"state": { "state": {
"disconnected": "Disconnected" "disconnected": "[%key:common::state::disconnected%]"
} }
}, },
"vpp_backup_reserve_percent": { "vpp_backup_reserve_percent": {