Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants for the Adax integration."""
2
3
from
typing
import
Final
4
5
ACCOUNT_ID: Final =
"account_id"
6
CLOUD =
"Cloud"
7
CONNECTION_TYPE =
"connection_type"
8
DOMAIN: Final =
"adax"
9
LOCAL =
"Local"
10
WIFI_SSID =
"wifi_ssid"
11
WIFI_PSWD =
"wifi_pswd"
core
homeassistant
components
adax
const.py
Generated by
1.9.1