1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00
Files
core/homeassistant/components/azure_devops/const.py
2024-03-08 20:38:34 +01:00

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"