Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| diagnostics | |
| entity | |
| sensor | |
| switch | |
| update | |
Classes | |
| class | PiHoleData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, PiHoleConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| PiHoleConfigEntry | |
| list | PLATFORMS |
The pi_hole component.
| bool homeassistant.components.pi_hole.async_setup_entry | ( | HomeAssistant | hass, |
| PiHoleConfigEntry | entry | ||
| ) |
Set up Pi-hole entry.
Definition at line 50 of file __init__.py.
| bool homeassistant.components.pi_hole.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Pi-hole entry.
Definition at line 136 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
| homeassistant.components.pi_hole.PiHoleConfigEntry |
Definition at line 39 of file __init__.py.
| list homeassistant.components.pi_hole.PLATFORMS |
Definition at line 32 of file __init__.py.