Provides data models and conversion utilities for storing and processing Bluetooth sensor state data. Version 1.9.0 requires Python >=3.11. Released regularly to support new sensor types and Home Assistant integration.
pip install bluetooth-sensor-state-dataNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a sensor data object and update it with values, then access via SensorData wrapper.
Change imports to from bluetooth_sensor_state_data import ...
Replace .raw_data with .data.raw
Upgrade to Python 3.11 or use pip install bluetooth-sensor-state-data==1.6.0 (last 3.10 compatible).