core/homeassistant/components/sfr_box/const.py

9 lines
147 B
Python
Raw Normal View History

"""SFR Box constants."""
from homeassistant.const import Platform
DEFAULT_HOST = "192.168.0.1"
DOMAIN = "sfr_box"
PLATFORMS = [Platform.SENSOR]