mirror of
https://github.com/elisspace/core.git
synced 2026-08-30 16:12:01 +00:00
6 lines
164 B
Python
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"
|