core/homeassistant/components/solaredge
Norbert Rittel 89bf426163
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"
2025-03-27 00:24:14 +01:00
..
__init__.py
config_flow.py Convert solaredge to asyncio with aiosolaredge (#115599) 2024-04-23 22:07:16 +02:00
const.py Convert solaredge to use entry.runtime_data (#121642) 2024-07-10 08:22:44 +02:00
coordinator.py Explicitly pass in the config_entry in solaredge coordinator (#137941) 2025-02-08 21:28:48 +01:00
icons.json
manifest.json
sensor.py
strings.json
types.py