mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00

* Add media player tests to Cambridge Audio * Add media player tests to Cambridge Audio * Remove unnecessary test case * Move state_update call out of mock * Update tests/components/cambridge_audio/test_media_player.py --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
7 lines
206 B
Python
7 lines
206 B
Python
"""Constants for Cambridge Audio integration tests."""
|
|
|
|
from homeassistant.components.media_player import DOMAIN as MP_DOMAIN
|
|
|
|
DEVICE_NAME = "cambridge_audio_cxnv2"
|
|
ENTITY_ID = f"{MP_DOMAIN}.{DEVICE_NAME}"
|