Files
core/homeassistant/components/adax/const.py
T
2021-07-21 10:25:46 +02:00

6 lines
124 B
Python

"""Constants for the Adax integration."""
from typing import Final
ACCOUNT_ID: Final = "account_id"
DOMAIN: Final = "adax"