core/tests/components/demo
Dan Klaffenbach 5174f63fd8
Add definitions for grouping media players (#41193)
* Add definitions for grouping media players

See https://github.com/home-assistant/architecture/issues/364

* Fix Google Assistant tests

* Define sync versions of async_join_players/async_unjoin

* Don't use async API in synchronous test methods

* Fix tests and make pylint happy

The method name `unjoin` is used by another component, so let's use
`unjoin_player` instead.

* Fix emulated_hue tests

The new media player entity in the `demo` component requires a tiny
adjustment in the emulated_hue tests.

* Use "target:" in service description

* Also use "name:" in service descriptions

Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-03-18 18:19:28 +01:00
..
__init__.py
conftest.py Lint suppression cleanups (#47248) 2021-03-02 09:02:04 +01:00
test_calendar.py
test_camera.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_climate.py Use direct service calls in demo climate tests instead of climate common (#40934) 2020-10-01 11:22:30 +02:00
test_cover.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_fan.py Implement percentage step sizes for fans (#46512) 2021-02-18 21:05:09 -10:00
test_geo_location.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_humidifier.py Clean up constants (#46948) 2021-03-02 12:52:00 +01:00
test_init.py
test_light.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_lock.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_media_player.py Add definitions for grouping media players (#41193) 2021-03-18 18:19:28 +01:00
test_notify.py Use async_capture_events to avoid running in executor (#47111) 2021-02-26 13:28:52 -08:00
test_number.py Add new number entity integration (#42735) 2020-12-02 13:50:48 +01:00
test_remote.py Rewrite demo unittest tests to pytest style test functions (#41845) 2020-10-19 23:29:44 +02:00
test_stt.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_vacuum.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00
test_water_heater.py Do async_setup_platform in background (#36244) 2020-05-31 22:18:30 -07:00