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

Variables

string CONF_STATISTICS_ONLY = "statistics_only"
 
string DEFAULT_LOCATION = "admin"
 
string DEFAULT_METHOD = "GET"
 
string DEFAULT_NAME = "Pi-Hole"
 
bool DEFAULT_SSL = False
 
bool DEFAULT_STATISTICS_ONLY = True
 
bool DEFAULT_VERIFY_SSL = True
 
string DOMAIN = "pi_hole"
 
 MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
 
string SERVICE_DISABLE = "disable"
 
string SERVICE_DISABLE_ATTR_DURATION = "duration"
 

Detailed Description

Constants for the pi_hole integration.

Variable Documentation

◆ CONF_STATISTICS_ONLY

string homeassistant.components.pi_hole.const.CONF_STATISTICS_ONLY = "statistics_only"

Definition at line 7 of file const.py.

◆ DEFAULT_LOCATION

string homeassistant.components.pi_hole.const.DEFAULT_LOCATION = "admin"

Definition at line 9 of file const.py.

◆ DEFAULT_METHOD

string homeassistant.components.pi_hole.const.DEFAULT_METHOD = "GET"

Definition at line 10 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.pi_hole.const.DEFAULT_NAME = "Pi-Hole"

Definition at line 11 of file const.py.

◆ DEFAULT_SSL

bool homeassistant.components.pi_hole.const.DEFAULT_SSL = False

Definition at line 12 of file const.py.

◆ DEFAULT_STATISTICS_ONLY

bool homeassistant.components.pi_hole.const.DEFAULT_STATISTICS_ONLY = True

Definition at line 14 of file const.py.

◆ DEFAULT_VERIFY_SSL

bool homeassistant.components.pi_hole.const.DEFAULT_VERIFY_SSL = True

Definition at line 13 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.pi_hole.const.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)

Definition at line 19 of file const.py.

◆ SERVICE_DISABLE

string homeassistant.components.pi_hole.const.SERVICE_DISABLE = "disable"

Definition at line 16 of file const.py.

◆ SERVICE_DISABLE_ATTR_DURATION

string homeassistant.components.pi_hole.const.SERVICE_DISABLE_ATTR_DURATION = "duration"

Definition at line 17 of file const.py.