Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.govee_ble.coordinator Namespace Reference

Classes

class  GoveeBLEBluetoothProcessorCoordinator
 
class  GoveeBLEPassiveBluetoothDataProcessor
 

Functions

str format_event_dispatcher_name (str address, str key)
 
SensorUpdate process_service_info (HomeAssistant hass, GoveeBLEConfigEntry entry, BluetoothServiceInfoBleak service_info)
 

Variables

 GoveeBLEConfigEntry
 

Detailed Description

The govee Bluetooth integration.

Function Documentation

◆ format_event_dispatcher_name()

str homeassistant.components.govee_ble.coordinator.format_event_dispatcher_name ( str  address,
str  key 
)
Format an event dispatcher name.

Definition at line 52 of file coordinator.py.

◆ process_service_info()

SensorUpdate homeassistant.components.govee_ble.coordinator.process_service_info ( HomeAssistant  hass,
GoveeBLEConfigEntry  entry,
BluetoothServiceInfoBleak  service_info 
)
Process a BluetoothServiceInfoBleak, running side effects and returning sensor data.

Definition at line 27 of file coordinator.py.

Variable Documentation

◆ GoveeBLEConfigEntry

homeassistant.components.govee_ble.coordinator.GoveeBLEConfigEntry

Definition at line 24 of file coordinator.py.