Skip to content

Commit 89bf426

Browse files
authored
Fix wrong friendly name for storage_power in solaredge (home-assistant#141269)
* Fix wrong friendly name for `storage_power` in `solaredge` "Stored power" is a contradiction in itself. You can only store energy. * Two additional spelling fixes * Sentence-case "site"
1 parent 377548e commit 89bf426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

homeassistant/components/solaredge/strings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"title": "Define the API parameters for this installation",
66
"data": {
77
"name": "The name of this installation",
8-
"site_id": "The SolarEdge site-id",
8+
"site_id": "The SolarEdge site ID",
99
"api_key": "[%key:common::config_flow::data::api_key%]"
1010
}
1111
}
@@ -14,7 +14,7 @@
1414
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
1515
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
1616
"site_not_active": "The site is not active",
17-
"could_not_connect": "Could not connect to the solaredge API"
17+
"could_not_connect": "Could not connect to the SolarEdge API"
1818
},
1919
"abort": {
2020
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
@@ -65,7 +65,7 @@
6565
"name": "Grid power"
6666
},
6767
"storage_power": {
68-
"name": "Stored power"
68+
"name": "Storage power"
6969
},
7070
"purchased_energy": {
7171
"name": "Imported energy"

0 commit comments

Comments
 (0)