mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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",
|
||||
"charging": "[%key:common::state::charging%]",
|
||||
"connected": "[%key:common::state::connected%]",
|
||||
"error": "Error",
|
||||
"error": "[%key:common::state::error%]",
|
||||
"locked": "[%key:common::state::locked%]",
|
||||
"need_auth": "Waiting for authentication",
|
||||
"paused": "[%key:common::state::paused%]",
|
||||
@ -118,7 +118,7 @@
|
||||
"ocpp": "OCPP",
|
||||
"overtemperature": "Overtemperature",
|
||||
"switching_phases": "Switching phases",
|
||||
"1p_charging_disabled": "1p charging disabled"
|
||||
"1p_charging_disabled": "1P charging disabled"
|
||||
}
|
||||
},
|
||||
"breaker_current": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user