Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.adguard.AdGuardData
 

Namespaces

 homeassistant.components.adguard
 

Functions

bool homeassistant.components.adguard.async_setup_entry (HomeAssistant hass, AdGuardConfigEntry entry)
 
bool homeassistant.components.adguard.async_unload_entry (HomeAssistant hass, AdGuardConfigEntry entry)
 

Variables

 homeassistant.components.adguard.AdGuardConfigEntry
 
list homeassistant.components.adguard.PLATFORMS = [Platform.SENSOR, Platform.SWITCH]
 
 homeassistant.components.adguard.SERVICE_ADD_URL_SCHEMA
 
 homeassistant.components.adguard.SERVICE_REFRESH_SCHEMA
 
 homeassistant.components.adguard.SERVICE_URL_SCHEMA = vol.Schema({vol.Required(CONF_URL): cv.url})