4 bluetooth-sensor-state-data,
7 home-assistant-bluetooth,
15 buildPythonPackage rec {
16 pname = "sensorpush-ble";
20 disabled = pythonOlder "3.10";
22 src = fetchFromGitHub {
23 owner = "Bluetooth-Devices";
24 repo = "sensorpush-ble";
25 rev = "refs/tags/v${version}";
26 hash = "sha256-T2sjzQoWWRGAKiMDN29jZ7jZ5/i75qpNCiuVB7VEhJw=";
29 build-system = [ poetry-core ];
33 bluetooth-sensor-state-data
34 home-assistant-bluetooth
43 pythonImportsCheck = [ "sensorpush_ble" ];
46 description = "Library for SensorPush BLE devices";
47 homepage = "https://github.com/Bluetooth-Devices/sensorpush-ble";
48 changelog = "https://github.com/Bluetooth-Devices/sensorpush-ble/releases/tag/v${version}";
49 license = with licenses; [ mit ];
50 maintainers = with maintainers; [ fab ];