ha-core/homeassistant/components/almond/const.py

5 lines
106 B
Python

"""Constants for the Almond integration."""
DOMAIN = "almond"
TYPE_OAUTH2 = "oauth2"
TYPE_LOCAL = "local"