Commit graph

14 commits

Author SHA1 Message Date
Franck Nijhof
7cd68381f1
Search/replace RESULT_TYPE_* by FlowResultType enum () 2022-07-07 19:57:36 +03:00
Eric Svärd
e32694c146
Make SolarEdge energy value validation a bit less aggressive ()
* Make energy value validation a bit less aggressive

Attempt to solve issue 69600 introduced by previous fix for issue
59285.

- Introduce a tolerance factor for energy value validation.
- Only skip update the specific invalid energy entity. An energy entity
  with invalid values will now show "State unknown".

* Remove the tolerance factor. Let's just ignore the specific invalid energy entity.
2022-06-29 12:53:55 +02:00
Eric Svärd
04bb156e99
Discard Solaredge updates for invalid overview data () 2022-03-30 13:36:55 +02:00
J. Nick Koston
25bdb5304d
Ensure solaredge can still be setup with an ignored entry () 2022-03-26 13:15:47 +01:00
Franck Nijhof
cad41cd4ed
Clean up unused method from SolarEdge tests () 2021-05-15 21:27:04 +02:00
Franck Nijhof
38a0cf6650
Refactor SolarEdge config flow tests ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-12 17:43:27 +02:00
Franck Nijhof
cbf4632895
Remove YAML configuration from SolarEdge ()
* Remove YAML configuration from SolarEdge

* Restore already setup tests
2021-05-09 12:03:41 +02:00
Franck Nijhof
da54b9237b
Typing improvements for SolarEdge () 2021-04-01 23:59:26 +02:00
Franck Nijhof
65cf2fcb6f
Drop asynctest () 2021-01-01 22:31:56 +01:00
Maikel Punie
059f1a35f2
Use references in config flow for solaredge () 2020-11-23 15:34:46 -05:00
Paulus Schoutsen
2af984917e
Use asynctest-mock in most places ()
* Use asynctest-mock in most places

* Fix broken patch in pilight
2020-05-03 11:27:19 -07:00
Christian Clauss
df7d2b3aeb
Fix typos found by codespell ()
* Fix typos found by codespell

* Fix typos found by codespell

* codespell: Furture  ==> Future

* Update test_config_flow.py

* Update __init__.py

* Spellcheck: successfull  ==> successful

* Codespell: unsuccesful  ==> unsuccessful

* Codespell: cant  ==> can't

* Codespell: firware ==> firmware

* Codespell: mimick  ==> mimic
2020-01-31 08:33:00 -08:00
Bas Nijholt
23b92b2a56 Sort imports according to PEP8 for components starting with "S" () 2019-12-09 14:38:01 +01:00
Maikel Punie
28beebac61 Enable SolarEdge config entries ()
* Initial commit for the solaredge configflow

* rerun the hassfest script

* Adding testcases

* Rerun hassfest, problem with black?

* Requirements for the tests

* Remove CONF_MONITORED_CONDITIONS from configuration.yaml

* Remove the options flow strings

* Resolve some comments

* Comments

* More comments

* Move the config from the sensor platform to the component itself

* More comments

* More comments

* Added solaredge __init__

* Added more test to increase coverage
2019-09-08 21:49:20 +02:00