Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.bthome
 

Functions

bool homeassistant.components.bthome.async_setup_entry (HomeAssistant hass, BTHomeConfigEntry entry)
 
bool homeassistant.components.bthome.async_unload_entry (HomeAssistant hass, BTHomeConfigEntry entry)
 
SignalType[str, BTHomeBleEvent] homeassistant.components.bthome.format_discovered_event_class (str address)
 
SignalType[BTHomeBleEvent] homeassistant.components.bthome.format_event_dispatcher_name (str address, str event_class)
 
SensorUpdate homeassistant.components.bthome.process_service_info (HomeAssistant hass, BTHomeConfigEntry entry, DeviceRegistry device_registry, BluetoothServiceInfoBleak service_info)
 

Variables

 homeassistant.components.bthome._LOGGER = logging.getLogger(__name__)