Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homekit_controller Namespace Reference

Namespaces

 alarm_control_panel
 
 binary_sensor
 
 button
 
 camera
 
 climate
 
 config_flow
 
 connection
 
 const
 
 cover
 
 device_trigger
 
 diagnostics
 
 entity
 
 event
 
 fan
 
 humidifier
 
 light
 
 lock
 
 media_player
 
 number
 
 select
 
 sensor
 
 storage
 
 switch
 
 utils
 

Functions

bool async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry)
 
None async_remove_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
 

Detailed Description

Support for Homekit device discovery.

Function Documentation

◆ async_remove_config_entry_device()

bool homeassistant.components.homekit_controller.async_remove_config_entry_device ( HomeAssistant  hass,
ConfigEntry  config_entry,
dr.DeviceEntry   device_entry 
)
Remove homekit_controller config entry from a device.

Definition at line 127 of file __init__.py.

◆ async_remove_entry()

None homeassistant.components.homekit_controller.async_remove_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Cleanup caches before removing config entry.

Definition at line 105 of file __init__.py.

◆ async_setup()

bool homeassistant.components.homekit_controller.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up for Homekit devices.

Definition at line 75 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.homekit_controller.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up a HomeKit connection on a config entry.

Definition at line 48 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.homekit_controller.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Disconnect from HomeKit devices before unloading entry.

Definition at line 94 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.homekit_controller._LOGGER = logging.getLogger(__name__)
private

Definition at line 43 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.homekit_controller.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 45 of file __init__.py.