Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.pi_hole.const
 

Variables

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