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) | |
Support for Homekit device discovery.
| 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.
| 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.
| bool homeassistant.components.homekit_controller.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up for Homekit devices.
Definition at line 75 of file __init__.py.
| 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.
| 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.
|
private |
Definition at line 43 of file __init__.py.
| homeassistant.components.homekit_controller.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 45 of file __init__.py.