Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.esphome.bluetooth Namespace Reference

Functions

None _async_unload (list[CALLBACK_TYPE] unload_callbacks)
 
CALLBACK_TYPE async_connect_scanner (HomeAssistant hass, RuntimeEntryData entry_data, APIClient cli, DeviceInfo device_info, ESPHomeBluetoothCache cache)
 

Detailed Description

Bluetooth support for esphome.

Function Documentation

◆ _async_unload()

None homeassistant.components.esphome.bluetooth._async_unload ( list[CALLBACK_TYPE]  unload_callbacks)
private
Cancel all the callbacks on unload.

Definition at line 19 of file bluetooth.py.

◆ async_connect_scanner()

CALLBACK_TYPE homeassistant.components.esphome.bluetooth.async_connect_scanner ( HomeAssistant  hass,
RuntimeEntryData  entry_data,
APIClient  cli,
DeviceInfo  device_info,
ESPHomeBluetoothCache  cache 
)
Connect scanner.

Definition at line 26 of file bluetooth.py.