Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cloudflare.const Namespace Reference

Variables

string CONF_RECORDS = "records"
 
int DEFAULT_UPDATE_INTERVAL = 60
 
string DOMAIN = "cloudflare"
 
string SERVICE_UPDATE_RECORDS = "update_records"
 

Detailed Description

Constants for Cloudflare.

Variable Documentation

◆ CONF_RECORDS

string homeassistant.components.cloudflare.const.CONF_RECORDS = "records"

Definition at line 6 of file const.py.

◆ DEFAULT_UPDATE_INTERVAL

int homeassistant.components.cloudflare.const.DEFAULT_UPDATE_INTERVAL = 60

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.cloudflare.const.DOMAIN = "cloudflare"

Definition at line 3 of file const.py.

◆ SERVICE_UPDATE_RECORDS

string homeassistant.components.cloudflare.const.SERVICE_UPDATE_RECORDS = "update_records"

Definition at line 12 of file const.py.