8 buildPythonPackage rec {
9 pname = "pycomfoconnect";
12 src = fetchFromGitHub {
13 owner = "michaelarnauts";
14 repo = "comfoconnect";
16 sha256 = "0bipzv68yw056iz9m2g9h40hzrwd058a7crxp0xbq4rw2d8j0jn6";
19 propagatedBuildInputs = [
23 # Project has no tests
26 pythonImportsCheck = [ "pycomfoconnect" ];
29 description = "Python module to interact with ComfoAir Q350/450/600 units";
30 homepage = "https://github.com/michaelarnauts/comfoconnect";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];