* remove undo listener variable in cloudflare * Update const.py * Update __init__.py * Update __init__.py
12 lines
199 B
Python
12 lines
199 B
Python
"""Constants for Cloudflare."""
|
|
|
|
DOMAIN = "cloudflare"
|
|
|
|
# Config
|
|
CONF_RECORDS = "records"
|
|
|
|
# Defaults
|
|
DEFAULT_UPDATE_INTERVAL = 60 # in minutes
|
|
|
|
# Services
|
|
SERVICE_UPDATE_RECORDS = "update_records"
|