Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cloudflare.helpers Namespace Reference

Functions

str|None get_zone_id (str target_zone_name, list[pycfdns.ZoneModel] zones)
 

Detailed Description

Helpers for the CloudFlare integration.

Function Documentation

◆ get_zone_id()

str | None homeassistant.components.cloudflare.helpers.get_zone_id ( str  target_zone_name,
list[pycfdns.ZoneModel]  zones 
)
Get the zone ID for the target zone name.

Definition at line 6 of file helpers.py.