core/homeassistant/components/adax/const.py

6 lines
124 B
Python
Raw Normal View History

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