3 , bluetooth-sensor-state-data
6 , home-assistant-bluetooth
13 buildPythonPackage rec {
14 pname = "sensorpush-ble";
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
21 owner = "Bluetooth-Devices";
22 repo = "sensorpush-ble";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-IZ2QSAHRdpDKFQYfqkcUm1o+7GaI8e50gEFRK3BV3s8=";
28 substituteInPlace pyproject.toml \
29 --replace " --cov=sensorpush_ble --cov-report=term-missing:skip-covered" ""
36 propagatedBuildInputs = [
38 bluetooth-sensor-state-data
39 home-assistant-bluetooth
47 pythonImportsCheck = [
52 description = "Library for SensorPush BLE devices";
53 homepage = "https://github.com/Bluetooth-Devices/sensorpush-ble";
54 changelog = "https://github.com/Bluetooth-Devices/sensorpush-ble/releases/tag/v${version}";
55 license = with licenses; [ mit ];
56 maintainers = with maintainers; [ fab ];