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

Classes

class  AdGuardHomeEntityDescription
 
class  AdGuardHomeSensor
 

Functions

None async_setup_entry (HomeAssistant hass, AdGuardConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

int PARALLEL_UPDATES = 4
 
 SCAN_INTERVAL = timedelta(seconds=300)
 

Detailed Description

Support for AdGuard Home sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.adguard.sensor.async_setup_entry ( HomeAssistant  hass,
AdGuardConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up AdGuard Home sensor based on a config entry.

Definition at line 85 of file sensor.py.

Variable Documentation

◆ PARALLEL_UPDATES

int homeassistant.components.adguard.sensor.PARALLEL_UPDATES = 4

Definition at line 22 of file sensor.py.

◆ SCAN_INTERVAL

homeassistant.components.adguard.sensor.SCAN_INTERVAL = timedelta(seconds=300)

Definition at line 21 of file sensor.py.