mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 21:54:27 +01: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
|