15 lines
369 B
Python
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"
|