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

Classes

class  GoveeBluetoothSensorEntity
 

Functions

None async_setup_entry (HomeAssistant hass, GoveeBLEConfigEntry entry, AddEntitiesCallback async_add_entities)
 
PassiveBluetoothDataUpdate[_SensorValueTypesensor_update_to_bluetooth_data_update (SensorUpdate sensor_update)
 

Variables

 _SensorValueType
 
dictionary SENSOR_DESCRIPTIONS
 

Detailed Description

Support for govee ble sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.govee_ble.sensor.async_setup_entry ( HomeAssistant  hass,
GoveeBLEConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the Govee BLE sensors.

Definition at line 105 of file sensor.py.

◆ sensor_update_to_bluetooth_data_update()

PassiveBluetoothDataUpdate[_SensorValueType] homeassistant.components.govee_ble.sensor.sensor_update_to_bluetooth_data_update ( SensorUpdate  sensor_update)
Convert a sensor update to a bluetooth data update.

Definition at line 78 of file sensor.py.

Variable Documentation

◆ _SensorValueType

homeassistant.components.govee_ble.sensor._SensorValueType
private

Definition at line 35 of file sensor.py.

◆ SENSOR_DESCRIPTIONS

dictionary homeassistant.components.govee_ble.sensor.SENSOR_DESCRIPTIONS

Definition at line 37 of file sensor.py.