mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev> Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
7 lines
161 B
Python
7 lines
161 B
Python
"""Constants for the Azure DevOps integration."""
|
|
DOMAIN = "azure_devops"
|
|
|
|
CONF_ORG = "organization"
|
|
CONF_PROJECT = "project"
|
|
CONF_PAT = "personal_access_token"
|