Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
| switch | |
| system_health | |
Classes | |
| class | NextDnsData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, NextDnsConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, NextDnsConfigEntry entry) |
Variables | |
| NextDnsConfigEntry | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.BUTTON, Platform.SENSOR, Platform.SWITCH] |
The NextDNS component.
| bool homeassistant.components.nextdns.async_setup_entry | ( | HomeAssistant | hass, |
| NextDnsConfigEntry | entry | ||
| ) |
Set up NextDNS as config entry.
Definition at line 82 of file __init__.py.
| bool homeassistant.components.nextdns.async_unload_entry | ( | HomeAssistant | hass, |
| NextDnsConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 114 of file __init__.py.
| homeassistant.components.nextdns.NextDnsConfigEntry |
Definition at line 54 of file __init__.py.
| list homeassistant.components.nextdns.PLATFORMS = [Platform.BINARY_SENSOR, Platform.BUTTON, Platform.SENSOR, Platform.SWITCH] |
Definition at line 70 of file __init__.py.