1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 21:47:08 +00:00
Files
core/homeassistant/components/aussie_broadband/const.py
2024-03-08 20:38:34 +01:00

7 lines
165 B
Python

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