mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 23:04:55 +01:00
7 lines
165 B
Python
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"
|