3 bluetooth-sensor-state-data,
6 home-assistant-bluetooth,
14 buildPythonPackage rec {
19 disabled = pythonOlder "3.9";
21 src = fetchFromGitHub {
22 owner = "Bluetooth-Devices";
25 hash = "sha256-dy1Fm0Z1PUsPY8QTiXUcWSi+csFnTUsobSkA92m06QI=";
28 build-system = [ poetry-core ];
31 bluetooth-sensor-state-data
32 home-assistant-bluetooth
41 pythonImportsCheck = [ "moat_ble" ];
44 description = "Library for Moat BLE devices";
45 homepage = "https://github.com/Bluetooth-Devices/moat-ble";
46 changelog = "https://github.com/Bluetooth-Devices/moat-ble/releases/tag/v${version}";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];