mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Use common state for "Error", capitalize "1P" in lektrico
(#143315)
- replace "Error" with new common state reference - capitalize the abbreviation "1P" (single phase)
This commit is contained in:
parent
b29c295adc
commit
6f178a8a23
@ -88,7 +88,7 @@
|
|||||||
"available": "Available",
|
"available": "Available",
|
||||||
"charging": "[%key:common::state::charging%]",
|
"charging": "[%key:common::state::charging%]",
|
||||||
"connected": "[%key:common::state::connected%]",
|
"connected": "[%key:common::state::connected%]",
|
||||||
"error": "Error",
|
"error": "[%key:common::state::error%]",
|
||||||
"locked": "[%key:common::state::locked%]",
|
"locked": "[%key:common::state::locked%]",
|
||||||
"need_auth": "Waiting for authentication",
|
"need_auth": "Waiting for authentication",
|
||||||
"paused": "[%key:common::state::paused%]",
|
"paused": "[%key:common::state::paused%]",
|
||||||
@ -118,7 +118,7 @@
|
|||||||
"ocpp": "OCPP",
|
"ocpp": "OCPP",
|
||||||
"overtemperature": "Overtemperature",
|
"overtemperature": "Overtemperature",
|
||||||
"switching_phases": "Switching phases",
|
"switching_phases": "Switching phases",
|
||||||
"1p_charging_disabled": "1p charging disabled"
|
"1p_charging_disabled": "1P charging disabled"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"breaker_current": {
|
"breaker_current": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user