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

Variables

string CONF_FORCE = "force"
 
string DOMAIN = "adguard"
 
 LOGGER = logging.getLogger(__package__)
 
string SERVICE_ADD_URL = "add_url"
 
string SERVICE_DISABLE_URL = "disable_url"
 
string SERVICE_ENABLE_URL = "enable_url"
 
string SERVICE_REFRESH = "refresh"
 
string SERVICE_REMOVE_URL = "remove_url"
 

Detailed Description

Constants for the AdGuard Home integration.

Variable Documentation

◆ CONF_FORCE

string homeassistant.components.adguard.const.CONF_FORCE = "force"

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.adguard.const.LOGGER = logging.getLogger(__package__)

Definition at line 7 of file const.py.

◆ SERVICE_ADD_URL

string homeassistant.components.adguard.const.SERVICE_ADD_URL = "add_url"

Definition at line 11 of file const.py.

◆ SERVICE_DISABLE_URL

string homeassistant.components.adguard.const.SERVICE_DISABLE_URL = "disable_url"

Definition at line 12 of file const.py.

◆ SERVICE_ENABLE_URL

string homeassistant.components.adguard.const.SERVICE_ENABLE_URL = "enable_url"

Definition at line 13 of file const.py.

◆ SERVICE_REFRESH

string homeassistant.components.adguard.const.SERVICE_REFRESH = "refresh"

Definition at line 14 of file const.py.

◆ SERVICE_REMOVE_URL

string homeassistant.components.adguard.const.SERVICE_REMOVE_URL = "remove_url"

Definition at line 15 of file const.py.