hass-core/tests
indykoning 85f758380a
Add Growatt Server Config flow (#41303)
* Growatt Server Config flow

* Use reference strings

Co-authored-by: SNoof85 <snoof85@gmail.com>

* Remove configuration.yaml import logic

* Removed import test

* Re-added PLATFORM_SCHEMA validation

* Import yaml from old yaml configuration

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Feedback

* Use Executor for IO only

* Fix imports

* update requirements

* Fix flake8

* Run every section of fetching devices in single executor

* Config flow feedback

* Clean up

* Fix plan step

* Fix config flow test

* Remove duplicate test

* Test import step

* Test already configured entry

* Clean up tests

* Add asserts

* Mock out entry setup

* Add warning if set up via yaml

Co-authored-by: SNoof85 <snoof85@gmail.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-10 22:46:50 +02:00
..
auth Merge multiple context managers in tests (#48146) 2021-03-27 09:17:15 +01:00
components Add Growatt Server Config flow (#41303) 2021-05-10 22:46:50 +02:00
fixtures Add zwave_js support for HeatIt Z-TRM2fx (#50317) 2021-05-09 15:28:35 -04:00
hassfest
helpers Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
mock Disable strict type checks for tests (#49851) 2021-04-29 15:57:02 +02:00
resources
scripts
test_util Detach aiohttp.ClientSession created by config entry setup on unload (#48908) 2021-04-09 10:14:33 -07:00
testing_config Add color_mode support to group light (#50165) 2021-05-06 22:34:51 -07:00
util Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
__init__.py
bandit.yaml
common.py Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
conftest.py
ignore_uncaught_exceptions.py
test_bootstrap.py Avoid sending empty integration list multiple times during subscribe_bootstrap_integrations (#49181) 2021-04-15 23:16:17 -07:00
test_config.py Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
test_config_entries.py Allow passing options in config flow entry creation (#49912) 2021-05-05 22:14:01 -07:00
test_core.py Migrate from pytz to python-dateutil (#49643) 2021-05-07 22:46:26 -07:00
test_data_entry_flow.py Use config_entries.SOURCE_* constants (#49631) 2021-04-25 11:27:40 +02:00
test_exceptions.py
test_loader.py
test_main.py
test_requirements.py Fix deadlock in async_get_integration_with_requirements after failed dep pip install (#49540) 2021-04-22 22:32:38 +02:00
test_runner.py Ensure shutdown does not deadlock (#49282) 2021-04-18 08:55:51 -10:00
test_setup.py Replace http startup logic with async_when_setup_or_start (#48784) 2021-04-13 14:10:58 -07:00