12 buildPythonPackage rec {
13 pname = "homepluscontrol";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
21 sha256 = "1nd3a7nhh1xb70cdh2h2bimwbffvpc3457smyzr9fqkjwfbcrr93";
24 propagatedBuildInputs = [
35 pythonImportsCheck = [ "homepluscontrol" ];
38 description = "Python API to interact with the Legrand Eliot Home and Control";
39 homepage = "https://github.com/chemaaa/homepluscontrol";
40 license = with licenses; [ gpl3Only ];
41 maintainers = with maintainers; [ fab ];