mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Add Azure DevOps Integration (#33765)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user