2021-07-21 08:25:46 +00:00
|
|
|
"""Constants for the Adax integration."""
|
|
|
|
from typing import Final
|
|
|
|
|
|
|
|
ACCOUNT_ID: Final = "account_id"
|
2021-12-08 02:48:16 +00:00
|
|
|
CLOUD = "Cloud"
|
|
|
|
CONNECTION_TYPE = "connection_type"
|
2021-07-21 08:25:46 +00:00
|
|
|
DOMAIN: Final = "adax"
|
2021-12-08 02:48:16 +00:00
|
|
|
LOCAL = "Local"
|
|
|
|
WIFI_SSID = "wifi_ssid"
|
|
|
|
WIFI_PSWD = "wifi_pswd"
|