Files
rikku-home-assistant/custom_components/cloudflare_tunnel_monitor/const.py
T
2025-04-21 21:03:30 -04:00

15 lines
369 B
Python

DOMAIN = "cloudflare_tunnel_monitor"
# Constants for user data keys
CONF_ACCOUNT_ID = "account_id"
CONF_API_KEY = "api_key"
# Constants for labels displayed in the user interface
LABEL_ACCOUNT_ID = "Account ID"
LABEL_API_KEY = "API Token"
# Constants for placeholders or suggested values
PLACEHOLDER_API_KEY = "api-token"
PLACEHOLDER_ACCOUNT_ID = "your-account-id"