2022-05-30 16:31:57 +00:00
|
|
|
"""Constants for the Frontier Silicon Media Player integration."""
|
|
|
|
DOMAIN = "frontier_silicon"
|
|
|
|
|
|
|
|
DEFAULT_PIN = "1234"
|
|
|
|
DEFAULT_PORT = 80
|
2022-11-29 12:31:49 +00:00
|
|
|
|
|
|
|
MEDIA_CONTENT_ID_PRESET = "preset"
|
|
|
|
MEDIA_CONTENT_ID_CHANNELS = "channels"
|