Add Azure DevOps Integration (#33765)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
fd11748a1a
commit
dcba45e67d
14 changed files with 757 additions and 0 deletions
11
homeassistant/components/azure_devops/const.py
Normal file
11
homeassistant/components/azure_devops/const.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
"""Constants for the Azure DevOps integration."""
|
||||
DOMAIN = "azure_devops"
|
||||
|
||||
DATA_AZURE_DEVOPS_CLIENT = "azure_devops_client"
|
||||
DATA_ORG = "organization"
|
||||
DATA_PROJECT = "project"
|
||||
DATA_PAT = "personal_access_token"
|
||||
|
||||
CONF_ORG = "organization"
|
||||
CONF_PROJECT = "project"
|
||||
CONF_PAT = "personal_access_token"
|
Loading…
Add table
Add a link
Reference in a new issue