1
mirror of https://github.com/home-assistant/core synced 2024-10-04 07:58:43 +02:00
ha-core/homeassistant/components/aussie_broadband/const.py
2022-01-20 19:34:25 -10:00

6 lines
164 B
Python

"""Constants for the Aussie Broadband integration."""
DEFAULT_UPDATE_INTERVAL = 30
DOMAIN = "aussie_broadband"
SERVICE_ID = "service_id"
CONF_SERVICES = "services"