Namespaces | |
| config_flow | |
| const | |
| helpers | |
Functions | |
| None | _async_update_cloudflare (HomeAssistant hass, pycfdns.Client client, pycfdns.ZoneModel dns_zone, list[str] target_records) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Update the IP addresses of your Cloudflare DNS records.
|
private |
Definition at line 92 of file __init__.py.
| bool homeassistant.components.cloudflare.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Cloudflare from a config entry.
Definition at line 30 of file __init__.py.
| bool homeassistant.components.cloudflare.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Cloudflare config entry.
Definition at line 85 of file __init__.py.
|
private |
Definition at line 27 of file __init__.py.