core/tests
G Johansson b3dd59f202
Add config flow to Scrape (#81193)
* Scrape take 2

* cleanup

* new entity name

* Fix name, add tests

* Use FlowResultType

* Add test abort

* hassfest

* Remove not needed test

* clean

* Remove config entry and implement datacoordinator

* fix codeowners

* fix codeowners

* codeowners reset

* Fix coordinator

* Remove test config_flow

* Fix tests

* hassfest

* reset config flow

* reset strings

* reset sensor

* Reconfig

* Fix tests

* coverage

* Remove coverage

* Remove print

* Add config flow

* Fix config flow

* Add back init

* Add entry to sensor

* float to int

* Fix SelectSelector

* Add tests for config entry to existing

* Test config flow

* Fix test reload

* Fix rebase

* Fix strings

* clean init

* Clean test_sensor

* Align sensor setup entry

* Add error to strings

* review changes

* clean tests

* Add back options flow

* review changes

* update_listener

* Add tests

* Remove duplicate abort

* strings

* sensors to sensor

* review changes

* more review changes

* clarify test payload

* fixture name
2022-11-21 21:39:39 +01:00
..
auth
backports
components Add config flow to Scrape (#81193) 2022-11-21 21:39:39 +01:00
fixtures Add HmIP-WGC to homematicip_cloud integration (#75733) 2022-11-03 12:03:49 +01:00
hassfest Remove duplicate code in hassfest model (#82203) 2022-11-17 09:10:37 +01:00
helpers Create repairs issue if an outdated currency code is configured (#81717) 2022-11-08 07:21:09 +01:00
pylint Adjust pylint plugin for tests directory (#78727) 2022-09-19 14:27:21 +02:00
resources
scripts
test_util JSON serialize NamedTuple subclasses with aiohttp (#74971) 2022-07-11 14:46:55 -07:00
testing_config Add suggested_unit_of_measurement attribute to sensors (#80638) 2022-10-24 16:08:02 +02:00
util Significantly reduce clock_gettime syscalls on platforms with broken vdso (#81257) 2022-10-31 09:35:08 -04:00
__init__.py
bandit.yaml
common.py Improve time change helper comments (#82349) 2022-11-19 04:04:19 +01:00
conftest.py Offload platform specific bluetooth code to bluetooth-adapters (#82196) 2022-11-17 14:34:19 -05:00
ignore_uncaught_exceptions.py
test_bootstrap.py Fix typo SIGNAL_BOOTSTRAP_INTEGRATONS -> SIGNAL_BOOTSTRAP_INTEGRATIONS (#79970) 2022-10-09 17:06:28 -10:00
test_config.py Create repairs issue if an outdated currency code is configured in core store (#81772) 2022-11-10 17:28:19 +01:00
test_config_entries.py Revert #81771 (wait_for_states) and #81801 (late review) (#82085) 2022-11-18 17:16:03 +01:00
test_core.py Refactor access to ConfigStore (#80467) 2022-10-17 13:59:04 +02:00
test_data_entry_flow.py
test_exceptions.py
test_loader.py
test_main.py
test_requirements.py
test_runner.py
test_setup.py
test_test_fixtures.py