mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Fix hyphens on "self-consumption"/"serial number" in enphase_envoy
(#143887)
This commit is contained in:
parent
a7be26cd95
commit
62a7139f4d
@ -128,7 +128,7 @@
|
|||||||
"storage_mode": {
|
"storage_mode": {
|
||||||
"name": "Storage mode",
|
"name": "Storage mode",
|
||||||
"state": {
|
"state": {
|
||||||
"self_consumption": "Self consumption",
|
"self_consumption": "Self-consumption",
|
||||||
"backup": "Full backup",
|
"backup": "Full backup",
|
||||||
"savings": "Savings mode"
|
"savings": "Savings mode"
|
||||||
}
|
}
|
||||||
@ -393,7 +393,7 @@
|
|||||||
},
|
},
|
||||||
"exceptions": {
|
"exceptions": {
|
||||||
"unexpected_device": {
|
"unexpected_device": {
|
||||||
"message": "Unexpected Envoy serial-number found at {host}; expected {expected_serial}, found {actual_serial}"
|
"message": "Unexpected Envoy serial number found at {host}; expected {expected_serial}, found {actual_serial}"
|
||||||
},
|
},
|
||||||
"authentication_error": {
|
"authentication_error": {
|
||||||
"message": "Envoy authentication failure on {host}: {args}"
|
"message": "Envoy authentication failure on {host}: {args}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user