Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for Cloudflare."""
2 
3 DOMAIN = "cloudflare"
4 
5 # Config
6 CONF_RECORDS = "records"
7 
8 # Defaults
9 DEFAULT_UPDATE_INTERVAL = 60 # in minutes
10 
11 # Services
12 SERVICE_UPDATE_RECORDS = "update_records"