|
| list[HomeKit] | homeassistant.components.homekit._async_all_homekit_instances (HomeAssistant hass) |
| |
| tuple[dict[str, ConfigEntry], dict[int, ConfigEntry]] | homeassistant.components.homekit._async_get_imported_entries_indices (list[ConfigEntry] current_entries) |
| |
| None | homeassistant.components.homekit._async_import_options_from_data_if_missing (HomeAssistant hass, HomeKitConfigEntry entry) |
| |
| None | homeassistant.components.homekit._async_register_events_and_services (HomeAssistant hass) |
| |
| bool | homeassistant.components.homekit._async_update_config_entry_from_yaml (HomeAssistant hass, dict[str, ConfigEntry] entries_by_name, dict[int, ConfigEntry] entries_by_port, ConfigType conf) |
| |
| None | homeassistant.components.homekit._async_update_listener (HomeAssistant hass, HomeKitConfigEntry entry) |
| |
| list[dict[str, Any]] | homeassistant.components.homekit._has_all_unique_names_and_ports (list[dict[str, Any]] bridges) |
| |
| None | homeassistant.components.homekit.async_remove_entry (HomeAssistant hass, HomeKitConfigEntry entry) |
| |
| bool | homeassistant.components.homekit.async_setup (HomeAssistant hass, ConfigType config) |
| |
| bool | homeassistant.components.homekit.async_setup_entry (HomeAssistant hass, HomeKitConfigEntry entry) |
| |
| bool | homeassistant.components.homekit.async_unload_entry (HomeAssistant hass, HomeKitConfigEntry entry) |
| |