1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/tests
Santobert bd6bbcd5af Neato config flow (#26579)
* initial commit

* Minor changes

* add async setup entry

* Add translations and some other stuff

* add and remove entry

* use async_setup_entry

* Update config_flows.py

* dshokouhi's changes

* Improve workflow

* Add valid_vendors

* Add entity registry

* Add device registry

* Update entry from configuration.yaml

* Revert unneccesary changes

* Update .coveragerc

* Prepared tests

* Add dshokouhi and Santobert as codeowners

* Fix unload entry and abort when already_configured

* First tests

* Add test for abort cases

* Add test for invalid credentials on import

* Add one last test

* Add test_init.py with some tests

* Address reviews, part 1

* Update outdated entry

* await instead of add_job

* run IO inside an executor

* remove faulty test

* Fix pylint issues

* Move IO out of constructur

* Edit error translations

* Edit imports

* Minor changes

* Remove test for invalid vendor

* Async setup platform

* Edit login function

* Moved IO out if init

* Update switches after added to hass

* Revert update outdated entry

* try and update new entrys from config.yaml

* Add test invalid vendor

* Default to neato
2019-10-06 13:05:51 +02:00
..
auth
components Neato config flow (#26579) 2019-10-06 13:05:51 +02:00
fixtures Add basic test support to Homematic IP Cloud (#27228) 2019-10-06 11:54:26 +02:00
helpers add script shortcut for activating scenes (#27223) 2019-10-05 13:30:43 -07:00
mock
resources
scripts Improve validation of device trigger config (#26910) 2019-09-27 17:48:48 +02:00
test_util Bumps aiohttp to 3.6.0 (#26728) 2019-09-19 20:34:41 +02:00
testing_config Only generate device trigger for sensor with unit (#27152) 2019-10-03 13:30:59 -07:00
util Adds guards for missing information in call stack frames (#27217) 2019-10-05 11:59:33 +02:00
__init__.py
common.py Add device trigger support to sensor entities (#27133) 2019-10-03 06:14:35 +02:00
conftest.py Add device trigger support to sensor entities (#27133) 2019-10-03 06:14:35 +02:00
test_bootstrap.py
test_config_entries.py
test_config.py
test_core.py Cleanup coroutine threadsafe (#27080) 2019-10-01 16:59:06 +02:00
test_data_entry_flow.py
test_loader.py
test_main.py Require Python >= 3.6.1 (#27226) 2019-10-05 12:20:11 -07:00
test_requirements.py Fix tests running in hass.io image (#27169) 2019-10-04 22:49:51 +02:00
test_setup.py