2022-05-30 16:31:57 +00:00
|
|
|
"""Constants for the Frontier Silicon Media Player integration."""
|
2024-03-08 19:38:34 +00:00
|
|
|
|
2022-05-30 16:31:57 +00:00
|
|
|
DOMAIN = "frontier_silicon"
|
|
|
|
|
2023-03-10 09:26:03 +00:00
|
|
|
CONF_WEBFSAPI_URL = "webfsapi_url"
|
|
|
|
|
2023-03-29 02:06:21 +00:00
|
|
|
SSDP_ST = "urn:schemas-frontier-silicon-com:undok:fsapi:1"
|
|
|
|
SSDP_ATTR_SPEAKER_NAME = "SPEAKER-NAME"
|
|
|
|
|
2022-05-30 16:31:57 +00:00
|
|
|
DEFAULT_PIN = "1234"
|
|
|
|
DEFAULT_PORT = 80
|
2022-11-29 12:31:49 +00:00
|
|
|
|
|
|
|
MEDIA_CONTENT_ID_PRESET = "preset"
|
|
|
|
MEDIA_CONTENT_ID_CHANNELS = "channels"
|