* 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>
6 lines
206 B
Python
6 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}"
|