mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-23 23:03:44 +01:00
9 lines
198 B
Python
9 lines
198 B
Python
"""Constants for the Aussie Broadband integration."""
|
|
|
|
from typing import Final
|
|
|
|
DEFAULT_UPDATE_INTERVAL = 30
|
|
DOMAIN = "aussie_broadband"
|
|
SERVICE_ID: Final = "service_id"
|
|
CONF_SERVICES = "services"
|