1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-10 17:09:17 +00:00
Aidan Timson c03fdd5da6
Add Azure DevOps coordinator and entity description ()
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Co-authored-by: Ludeeus <ludeeus@ludeeus.dev>
2021-11-10 11:49:04 +01:00

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"