3 , bluetooth-sensor-state-data
6 , home-assistant-bluetooth
13 buildPythonPackage rec {
14 pname = "inkbird-ble";
18 disabled = pythonOlder "3.9";
20 src = fetchFromGitHub {
21 owner = "Bluetooth-Devices";
23 rev = "refs/tags/v${version}";
24 hash = "sha256-re5HjPtssFkpcltCr0HEJmJyHbXJdkr2wDgaAHfy2Tk=";
31 propagatedBuildInputs = [
33 bluetooth-sensor-state-data
34 home-assistant-bluetooth
43 substituteInPlace pyproject.toml \
44 --replace " --cov=inkbird_ble --cov-report=term-missing:skip-covered" ""
47 pythonImportsCheck = [
52 description = "Library for Inkbird BLE devices";
53 homepage = "https://github.com/Bluetooth-Devices/inkbird-ble";
54 changelog = "https://github.com/Bluetooth-Devices/inkbird-ble/blob/v${version}/CHANGELOG.md";
55 license = with licenses; [ mit ];
56 maintainers = with maintainers; [ fab ];