mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Add Azure DevOps coordinator and entity description (#54978)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev> Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
"""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