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 | |
The govee Bluetooth integration.
| 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.
| 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.
| homeassistant.components.govee_ble.coordinator.GoveeBLEConfigEntry |
Definition at line 24 of file coordinator.py.