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
|