Initial commit.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user