Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.bluetooth
 

Functions

None homeassistant.components.bluetooth._async_start_adapter_discovery (HomeAssistant hass, HomeAssistantBluetoothManager manager, BluetoothAdapters bluetooth_adapters)
 
None homeassistant.components.bluetooth.async_discover_adapters (HomeAssistant hass, dict[str, AdapterDetails] adapters)
 
None homeassistant.components.bluetooth.async_migrate_entries (HomeAssistant hass, dict[str, AdapterDetails] adapters, str default_adapter)
 
bool homeassistant.components.bluetooth.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.bluetooth.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.bluetooth.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None homeassistant.components.bluetooth.async_update_device (HomeAssistant hass, ConfigEntry entry, str adapter, AdapterDetails details)
 
None homeassistant.components.bluetooth.async_update_listener (HomeAssistant hass, ConfigEntry entry)
 

Variables

list homeassistant.components.bluetooth.__all__
 
 homeassistant.components.bluetooth._LOGGER = logging.getLogger(__name__)
 
 homeassistant.components.bluetooth.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)