1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-06 06:15:33 +01:00
Files
core/homeassistant/components/swisscom/const.py
T
Anatosun 9f5cb635f0 Upgrade Swisscom integration (#171816)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-06-04 14:54:54 +02:00

7 lines
137 B
Python

"""Constants for the Swisscom Internet-Box integration."""
DOMAIN = "swisscom"
DEFAULT_HOST = "192.168.1.1"
DEFAULT_USERNAME = "admin"