Marc Mueller and GitHub
7d6251ca08
Add empty line after module docstring [tests q-s] ( #112711 )
2024-03-08 14:47:22 +01:00
Erik Montnemery and GitHub
a2b31a06e3
Avoid mutating entity descriptions in solaredge tests ( #105718 )
2023-12-15 08:10:35 +01:00
Erik Montnemery and GitHub
64306ec053
Use freezegun in solaredge tests ( #99043 )
2023-08-25 08:58:52 -05:00
Joost Lekkerkerker and GitHub
f395147f7c
Move platform specifics out of Solaredge const ( #98941 )
2023-08-24 11:27:24 +02:00
epenet and GitHub
3a9adacdde
Add type hints to integration tests (part 20) ( #88179 )
2023-02-15 15:23:34 +01:00
Franck Nijhof and GitHub
7cd68381f1
Search/replace RESULT_TYPE_* by FlowResultType enum ( #74642 )
2022-07-07 19:57:36 +03:00
Eric Svärd and GitHub
e32694c146
Make SolarEdge energy value validation a bit less aggressive ( #69998 )
...
* 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 and GitHub
04bb156e99
Discard Solaredge updates for invalid overview data ( #68048 )
2022-03-30 13:36:55 +02:00
J. Nick Koston and GitHub
25bdb5304d
Ensure solaredge can still be setup with an ignored entry ( #68688 )
2022-03-26 13:15:47 +01:00
Franck Nijhof and GitHub
cad41cd4ed
Clean up unused method from SolarEdge tests ( #50684 )
2021-05-15 21:27:04 +02:00
38a0cf6650
Refactor SolarEdge config flow tests ( #50467 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2021-05-12 17:43:27 +02:00
Franck Nijhof and GitHub
cbf4632895
Remove YAML configuration from SolarEdge ( #50105 )
...
* Remove YAML configuration from SolarEdge
* Restore already setup tests
2021-05-09 12:03:41 +02:00
Franck Nijhof and GitHub
da54b9237b
Typing improvements for SolarEdge ( #48596 )
2021-04-01 23:59:26 +02:00
Franck Nijhof and GitHub
65cf2fcb6f
Drop asynctest ( #44746 )
2021-01-01 22:31:56 +01:00
Maikel Punie and GitHub
059f1a35f2
Use references in config flow for solaredge ( #43511 )
2020-11-23 15:34:46 -05:00
Paulus Schoutsen and GitHub
2af984917e
Use asynctest-mock in most places ( #35109 )
...
* Use asynctest-mock in most places
* Fix broken patch in pilight
2020-05-03 11:27:19 -07:00
Christian Clauss and GitHub
df7d2b3aeb
Fix typos found by codespell ( #31243 )
...
* 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 and Franck Nijhof
23b92b2a56
Sort imports according to PEP8 for components starting with "S" ( #29777 )
2019-12-09 14:38:01 +01:00
Maikel Punie and Martin Hjelmare
28beebac61
Enable SolarEdge config entries ( #26282 )
...
* 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