core/tests/components/solarlog
dontinelli d68ee8dcea
Replace _host_in_configuration_exists with async_abort_entries_match in solarlog (#125099)
* Add diagnostics to solarlog

* Fix wrong comment

* Move to async_abort_entries_match

* Remove obsolete method solarlog_entries

* Update tests/components/solarlog/test_config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update tests/components/solarlog/test_config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update tests/components/solarlog/test_config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Update tests/components/solarlog/test_config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Amend import of config_entries.SOURCE_USER

* Update tests/components/solarlog/test_config_flow.py

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>

* Ruff

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-09-03 00:38:09 +02:00
..
fixtures Bump solarlog_cli to 0.2.2 (#124948) 2024-09-01 12:47:52 +02:00
snapshots Add diagnostics to solarlog (#125072) 2024-09-02 20:08:44 +02:00
__init__.py Bump solarlog_cli to 0.2.2 (#124948) 2024-09-01 12:47:52 +02:00
conftest.py Bump solarlog_cli to 0.2.2 (#124948) 2024-09-01 12:47:52 +02:00
const.py
test_config_flow.py Replace _host_in_configuration_exists with async_abort_entries_match in solarlog (#125099) 2024-09-03 00:38:09 +02:00
test_diagnostics.py Add diagnostics to solarlog (#125072) 2024-09-02 20:08:44 +02:00
test_init.py Use common registry fixtures in solarlog (#121005) 2024-07-02 12:36:30 +02:00
test_sensor.py