mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 20:05:12 +01:00
8 lines
162 B
Python
8 lines
162 B
Python
"""Constants for the Azure DevOps integration."""
|
|
|
|
DOMAIN = "azure_devops"
|
|
|
|
CONF_ORG = "organization"
|
|
CONF_PROJECT = "project"
|
|
CONF_PAT = "personal_access_token"
|