mirror of
https://github.com/home-assistant/core.git
synced 2026-08-20 05:10:44 +01:00
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"
|