Files
home-assistant-core/homeassistant/components/sfr_box/const.py
T
2026-04-20 13:05:51 +02:00

11 lines
216 B
Python

"""SFR Box constants."""
from homeassistant.const import Platform
DEFAULT_HOST = "192.168.0.1"
DEFAULT_USERNAME = "admin"
DOMAIN = "sfr_box"
PLATFORMS = [Platform.BINARY_SENSOR, Platform.BUTTON, Platform.SENSOR]