7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0fnscm27l77c8cd7jhbn35axyalq61kksy3fcqzv21fz55lklsm0";
16 propagatedBuildInputs = [
20 # tests are not present
23 pythonImportsCheck = [ "aiopulse" ];
26 description = "Python Rollease Acmeda Automate Pulse hub protocol implementation";
28 The Rollease Acmeda Pulse Hub is a WiFi hub that communicates with
29 Rollease Acmeda Automate roller blinds via a proprietary RF protocol.
30 This module communicates over a local area network using a propriatery
31 binary protocol to issues commands to the Pulse Hub.
33 homepage = "https://github.com/atmurray/aiopulse";
34 license = with licenses; [ asl20 ];
35 maintainers = with maintainers; [ fab ];