mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
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:
parent
2549e2cc0f
commit
49b2ab9889
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user