13 buildPythonPackage rec {
14 pname = "homepluscontrol";
16 format = "setuptools";
17 disabled = pythonOlder "3.6";
19 src = fetchFromGitHub {
23 hash = "sha256-COOGqfYiR4tueQHXuCvVxShrYS0XNltcW4mclbFWcfA=";
26 propagatedBuildInputs = [
37 pythonImportsCheck = [ "homepluscontrol" ];
40 description = "Python API to interact with the Legrand Eliot Home and Control";
41 homepage = "https://github.com/chemaaa/homepluscontrol";
42 license = with licenses; [ gpl3Only ];
43 maintainers = with maintainers; [ fab ];