Files
core/homeassistant/components/azure_devops/const.py
T
2021-11-10 11:49:04 +01:00

7 lines
161 B
Python

"""Constants for the Azure DevOps integration."""
DOMAIN = "azure_devops"
CONF_ORG = "organization"
CONF_PROJECT = "project"
CONF_PAT = "personal_access_token"