hass-core/tests/components/emulated_hue
Dan Klaffenbach 5174f63fd8
Add definitions for grouping media players ()
* 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 Re-org emulated_hue and fix google home () 2016-12-04 10:57:48 -08:00
test_hue_api.py Add definitions for grouping media players () 2021-03-18 18:19:28 +01:00
test_init.py Drop asynctest () 2021-01-01 22:31:56 +01:00
test_upnp.py Use content type json constant () 2020-09-23 20:21:55 +02:00