Fix hyphens on "self-consumption"/"serial number" in enphase_envoy (#143887)

This commit is contained in:
Norbert Rittel
2025-04-29 17:29:48 +02:00
committed by GitHub
parent a7be26cd95
commit 62a7139f4d

View File

@@ -128,7 +128,7 @@
"storage_mode": {
"name": "Storage mode",
"state": {
"self_consumption": "Self consumption",
"self_consumption": "Self-consumption",
"backup": "Full backup",
"savings": "Savings mode"
}
@@ -393,7 +393,7 @@
},
"exceptions": {
"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": {
"message": "Envoy authentication failure on {host}: {args}"