Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.pi_hole.binary_sensor Namespace Reference

Classes

class  PiHoleBinarySensor
 
class  PiHoleBinarySensorEntityDescription
 

Functions

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

Detailed Description

Support for getting status from a Pi-hole system.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.pi_hole.binary_sensor.async_setup_entry ( HomeAssistant  hass,
PiHoleConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Pi-hole binary sensor.

Definition at line 41 of file binary_sensor.py.