mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Fix wrong friendly name for storage_power
in solaredge
(#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"
This commit is contained in:
parent
377548e3a1
commit
89bf426163
@ -5,7 +5,7 @@
|
|||||||
"title": "Define the API parameters for this installation",
|
"title": "Define the API parameters for this installation",
|
||||||
"data": {
|
"data": {
|
||||||
"name": "The name of this installation",
|
"name": "The name of this installation",
|
||||||
"site_id": "The SolarEdge site-id",
|
"site_id": "The SolarEdge site ID",
|
||||||
"api_key": "[%key:common::config_flow::data::api_key%]"
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||||
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
|
"invalid_api_key": "[%key:common::config_flow::error::invalid_api_key%]",
|
||||||
"site_not_active": "The site is not active",
|
"site_not_active": "The site is not active",
|
||||||
"could_not_connect": "Could not connect to the solaredge API"
|
"could_not_connect": "Could not connect to the SolarEdge API"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
@ -65,7 +65,7 @@
|
|||||||
"name": "Grid power"
|
"name": "Grid power"
|
||||||
},
|
},
|
||||||
"storage_power": {
|
"storage_power": {
|
||||||
"name": "Stored power"
|
"name": "Storage power"
|
||||||
},
|
},
|
||||||
"purchased_energy": {
|
"purchased_energy": {
|
||||||
"name": "Imported energy"
|
"name": "Imported energy"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user