|
| HaAsyncZeroconf | homeassistant.components.zeroconf._async_get_instance (HomeAssistant hass, **Any zcargs) |
| |
| None | homeassistant.components.zeroconf._async_register_hass_zc_service (HomeAssistant hass, HaAsyncZeroconf aio_zc, str uuid) |
| |
| bool | homeassistant.components.zeroconf._async_zc_has_functional_dual_stack () |
| |
| tuple[ dict[str, HomeKitDiscoveredIntegration], dict[re.Pattern, HomeKitDiscoveredIntegration],] | homeassistant.components.zeroconf._build_homekit_model_lookups (dict[str, HomeKitDiscoveredIntegration] homekit_models) |
| |
| re.Pattern | homeassistant.components.zeroconf._compile_fnmatch (str pattern) |
| |
| str | homeassistant.components.zeroconf._filter_disallowed_characters (str name) |
| |
| bool | homeassistant.components.zeroconf._match_against_props (dict[str, str] matcher, dict[str, str|None] props) |
| |
| bool | homeassistant.components.zeroconf._memorized_fnmatch (str name, str pattern) |
| |
| None | homeassistant.components.zeroconf._suppress_invalid_properties (dict properties) |
| |
| str | homeassistant.components.zeroconf._truncate_location_name_to_valid (str location_name) |
| |
| HaAsyncZeroconf | homeassistant.components.zeroconf.async_get_async_instance (HomeAssistant hass) |
| |
| HomeKitDiscoveredIntegration|None | homeassistant.components.zeroconf.async_get_homekit_discovery (dict[str, HomeKitDiscoveredIntegration] homekit_model_lookups, dict[re.Pattern, HomeKitDiscoveredIntegration] homekit_model_matchers, dict[str, Any] props) |
| |
| HaZeroconf | homeassistant.components.zeroconf.async_get_instance (HomeAssistant hass) |
| |
| bool | homeassistant.components.zeroconf.async_setup (HomeAssistant hass, ConfigType config) |
| |
| ZeroconfServiceInfo|None | homeassistant.components.zeroconf.info_from_service (AsyncServiceInfo service) |
| |
| bool | homeassistant.components.zeroconf.is_homekit_paired (dict[str, Any] props) |
| |