2 , bluetooth-sensor-state-data
5 , home-assistant-bluetooth
12 buildPythonPackage rec {
17 disabled = pythonOlder "3.9";
19 src = fetchFromGitHub {
20 owner = "Bluetooth-Devices";
23 hash = "sha256-PR+BA0wUljUeUYCTRMKxkG+kj6PfklksbO/k9L7sWdE=";
30 propagatedBuildInputs = [
31 bluetooth-sensor-state-data
32 home-assistant-bluetooth
41 substituteInPlace pyproject.toml \
42 --replace " --cov=tilt_ble --cov-report=term-missing:skip-covered" ""
45 pythonImportsCheck = [
50 description = "Library for Tilt BLE devices";
51 homepage = "https://github.com/Bluetooth-Devices/tilt-ble";
52 license = with licenses; [ mit ];
53 maintainers = with maintainers; [ fab ];