core/homeassistant/components/solaredge
terminet85 a004e6aa68
Add new Solaredge sensors (#34525)
* Changes to be committed:
	modified:   homeassistant/components/solaredge/const.py
	modified:   homeassistant/components/solaredge/sensor.py

Solaredge as recently changed its policy about local api access, so solaredge-local doesn't work with last firmware update for almost users.
Please check https://github.com/home-assistant/core.git

Anyway the solardge remote api is still working, but doesn't got some usefull sensor information as Power SelfConsumption, Power Exported, Power Imported.
With my update, I'll fetching API energy details where  we got these new sensors.

* Grammar/syntax fix

* Indentation fix

* Black formatting fix

* isort fix

* To force re-check

* Fix too-many-nested-blocks

* Fix indentation

* Fix Black formatting :D

* Fix Redefining built-in var

* Removed comment to force check
2020-06-23 09:06:31 -07:00
..
translations [ci skip] Translation update 2020-06-07 00:03:28 +00:00
__init__.py
config_flow.py
const.py Add new Solaredge sensors (#34525) 2020-06-23 09:06:31 -07:00
manifest.json
sensor.py Add new Solaredge sensors (#34525) 2020-06-23 09:06:31 -07:00
strings.json Use config flow references for data (#35529) 2020-05-12 10:50:44 -07:00