4 bluetooth-sensor-state-data,
16 buildPythonPackage rec {
21 disabled = pythonOlder "3.9";
23 src = fetchFromGitHub {
24 owner = "Bluetooth-Devices";
27 hash = "sha256-1Kr+KKL8o1qsu/ncwclsokPcO1QHYadul/f+/Nnv6SQ=";
30 build-system = [ poetry-core ];
34 bluetooth-sensor-state-data
45 pythonImportsCheck = [ "bthome_ble" ];
48 description = "Library for BThome BLE devices";
49 homepage = "https://github.com/Bluetooth-Devices/bthome-ble";
50 changelog = "https://github.com/bluetooth-devices/bthome-ble/blob/v${version}/CHANGELOG.md";
51 license = licenses.mit;
52 maintainers = with maintainers; [ fab ];