Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.azure_devops.const Namespace Reference

Variables

string CONF_ORG = "organization"
 
string CONF_PAT = "personal_access_token"
 
string CONF_PROJECT = "project"
 
string DOMAIN = "azure_devops"
 

Detailed Description

Constants for the Azure DevOps integration.

Variable Documentation

◆ CONF_ORG

string homeassistant.components.azure_devops.const.CONF_ORG = "organization"

Definition at line 5 of file const.py.

◆ CONF_PAT

string homeassistant.components.azure_devops.const.CONF_PAT = "personal_access_token"

Definition at line 7 of file const.py.

◆ CONF_PROJECT

string homeassistant.components.azure_devops.const.CONF_PROJECT = "project"

Definition at line 6 of file const.py.

◆ DOMAIN

string homeassistant.components.azure_devops.const.DOMAIN = "azure_devops"

Definition at line 3 of file const.py.