hass-core/tests
Joakim Plate ab832cda71 Add support for arcam fmj receivers (#24621)
* Add arcam_fmj support

* Just use use state in player avoid direct client access

* Avoid leaking exceptions on invalid data

* Fix return value for volume in case of 0

* Mark component as having no coverage

* Add new requirement

* Add myself as maintainer

* Correct linting errors

* Use async_create_task instead of async_add_job

* Use new style string format instead of concat

* Don't call init of base class without init

* Annotate callbacks with @callback

Otherwise they won't be called in loop

* Reduce log level to debug

* Use async_timeout instead of wait_for

* Bump to version of arcam_fmj supporting 3.5

* Fix extra spaces

* Drop somewhat flaky unique_id

* Un-blackify ident to satisy pylint

* Un-blackify ident to satisy pylint

* Move default name calculation to config validation

* Add test folder

* Drop unused code

* Add tests for config flow import
2019-07-08 17:14:19 +02:00
..
auth Add get_states faster (#23315) 2019-04-23 12:46:22 +02:00
components Add support for arcam fmj receivers (#24621) 2019-07-08 17:14:19 +02:00
fixtures Sleepiq single sleeper crash (#24941) 2019-07-07 08:40:02 +02:00
helpers Allow updating of via_device in device registry (#24921) 2019-07-04 19:10:23 -04:00
mock Add zwave.network_complete_some_dead event (#16894) 2018-09-28 19:14:57 +02:00
resources
scripts Migrate tests to pytest (#23544) 2019-04-30 09:20:38 -07:00
test_util Fix ingress bug with Firefox (#23121) 2019-04-15 15:27:13 -07:00
testing_config New scanner device tracker and ZHA device tracker support (#24584) 2019-07-04 12:44:39 +02:00
util Fix time expression parsing (#24696) 2019-06-22 13:39:33 +02:00
__init__.py
common.py Batch of Component(s) -> Integration(s) (#24972) 2019-07-05 15:24:26 -07:00
conftest.py Require core config detection to be triggerd manually (#24019) 2019-05-22 17:24:46 -07:00
test_bootstrap.py No longer rely on requests (#23685) 2019-05-08 11:15:04 -07:00
test_config.py Use loose version (#24394) 2019-06-08 08:19:00 -07:00
test_config_entries.py Warn when user tries run custom config flow (#24657) 2019-06-20 13:22:12 -07:00
test_core.py Update home zone when core config updated (#24237) 2019-05-31 23:03:45 -07:00
test_data_entry_flow.py Add SSDP integration (#24090) 2019-05-26 19:48:27 -07:00
test_loader.py Warn when user tries run custom config flow (#24657) 2019-06-20 13:22:12 -07:00
test_main.py
test_requirements.py Create progress file for pip installs (#24297) 2019-06-04 11:04:20 -07:00
test_setup.py No longer allow invalid slugs or extra keys (#24176) 2019-05-30 13:33:26 +02:00