Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Azure DevOps integration."""
2 
3 DOMAIN = "azure_devops"
4 
5 CONF_ORG = "organization"
6 CONF_PROJECT = "project"
7 CONF_PAT = "personal_access_token"