Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.adguard.const
 

Variables

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