1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-21 14:27:07 +00:00
Chris Talkington 8b47faa840
Remove undo listener variable in cloudflare ()
* remove undo listener variable in cloudflare

* Update const.py

* Update __init__.py

* Update __init__.py
2021-06-27 15:58:49 -05:00

13 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"