Replace "Stopped" etc. with common state in teslemetry/tessie/tesla_fleet (#141714)

* Replace "Stopped" with common state in `teslemetry`

* Replace "Disconnected" with common state in `teslemetry`

* Replace "Stopped"/"Disconnected" with common state in `tessie`

* Replace "Stopped", "Connected", "Disconnected" with common state in `tesla_fleet`
This commit is contained in:
Norbert Rittel 2025-03-29 16:03:48 +01:00 committed by GitHub
parent 2549e2cc0f
commit 49b2ab9889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View File

@ -330,8 +330,8 @@
"state": {
"starting": "Starting",
"charging": "[%key:common::state::charging%]",
"disconnected": "Disconnected",
"stopped": "Stopped",
"disconnected": "[%key:common::state::disconnected%]",
"stopped": "[%key:common::state::stopped%]",
"complete": "Complete",
"no_power": "No power"
}
@ -418,8 +418,8 @@
"name": "Grid Status",
"state": {
"island_status_unknown": "Unknown",
"on_grid": "Connected",
"off_grid": "Disconnected",
"on_grid": "[%key:common::state::connected%]",
"off_grid": "[%key:common::state::disconnected%]",
"off_grid_unintentional": "Disconnected unintentionally",
"off_grid_intentional": "Disconnected intentionally"
}

View File

@ -422,8 +422,8 @@
"state": {
"starting": "Starting",
"charging": "[%key:common::state::charging%]",
"disconnected": "Disconnected",
"stopped": "Stopped",
"disconnected": "[%key:common::state::disconnected%]",
"stopped": "[%key:common::state::stopped%]",
"complete": "Complete",
"no_power": "No power"
}

View File

@ -76,8 +76,8 @@
"state": {
"starting": "Starting",
"charging": "[%key:common::state::charging%]",
"disconnected": "Disconnected",
"stopped": "Stopped",
"disconnected": "[%key:common::state::disconnected%]",
"stopped": "[%key:common::state::stopped%]",
"complete": "Complete",
"no_power": "No power"
}