4 , home-assistant-bluetooth
11 buildPythonPackage rec {
12 pname = "bluetooth-sensor-state-data";
16 disabled = pythonOlder "3.9";
18 src = fetchFromGitHub {
19 owner = "Bluetooth-Devices";
22 hash = "sha256-NC0l3wbQKz4MVM0kHbXBAUol74ir7V/JQgeYCVuyRs4=";
29 propagatedBuildInputs = [
30 home-assistant-bluetooth
39 substituteInPlace pyproject.toml \
40 --replace " --cov=bluetooth_sensor_state_data --cov-report=term-missing:skip-covered" ""
43 pythonImportsCheck = [
44 "bluetooth_sensor_state_data"
48 description = "Models for storing and converting Bluetooth Sensor State Data";
49 homepage = "https://github.com/bluetooth-devices/bluetooth-sensor-state-data";
50 license = with licenses; [ asl20 ];
51 maintainers = with maintainers; [ fab ];