Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Aussie Broadband integration."""
2
3
from
typing
import
Final
4
5
DEFAULT_UPDATE_INTERVAL = 30
6
DOMAIN =
"aussie_broadband"
7
SERVICE_ID: Final =
"service_id"
8
CONF_SERVICES =
"services"
core
homeassistant
components
aussie_broadband
const.py
Generated by
1.9.1