3 , bluetooth-sensor-state-data
13 buildPythonPackage rec {
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
21 owner = "Bluetooth-Devices";
24 hash = "sha256-IaDnQCZJZipiPW6lOLrdxw7QfPx/zlwaizkBxv8I2V8=";
31 propagatedBuildInputs = [
33 bluetooth-sensor-state-data
43 substituteInPlace pyproject.toml \
44 --replace " --cov=bthome_ble --cov-report=term-missing:skip-covered" ""
47 pythonImportsCheck = [
52 description = "Library for BThome BLE devices";
53 homepage = "https://github.com/Bluetooth-Devices/bthome-ble";
54 license = with licenses; [ mit ];
55 maintainers = with maintainers; [ fab ];