mirror of
https://github.com/home-assistant/core.git
synced 2025-05-31 03:07:06 +00:00
7 lines
136 B
Python
7 lines
136 B
Python
"""Constants for the Frontier Silicon Media Player integration."""
|
|
|
|
DOMAIN = "frontier_silicon"
|
|
|
|
DEFAULT_PIN = "1234"
|
|
DEFAULT_PORT = 80
|