mirror of
https://github.com/home-assistant/core.git
synced 2026-07-06 06:15:33 +01:00
9f5cb635f0
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
7 lines
137 B
Python
7 lines
137 B
Python
"""Constants for the Swisscom Internet-Box integration."""
|
|
|
|
DOMAIN = "swisscom"
|
|
|
|
DEFAULT_HOST = "192.168.1.1"
|
|
DEFAULT_USERNAME = "admin"
|