1 """Constants for the Cambridge Audio integration."""
6 from aiostreammagic
import StreamMagicConnectionError, StreamMagicError
8 DOMAIN =
"cambridge_audio"
10 LOGGER = logging.getLogger(__package__)
12 STREAM_MAGIC_EXCEPTIONS = (
13 StreamMagicConnectionError,
15 asyncio.CancelledError,
21 CAMBRIDGE_MEDIA_TYPE_PRESET =
"preset"
22 CAMBRIDGE_MEDIA_TYPE_AIRABLE =
"airable"
23 CAMBRIDGE_MEDIA_TYPE_INTERNET_RADIO =
"internet_radio"