13 buildPythonPackage rec {
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
20 owner = "home-assistant-ecosystem";
21 repo = "python-elmax";
23 hash = "sha256-EcYEpYv+EwwEfW8Sy7aQjFAPpmsA6qVbmlwrPdxdnEw=";
26 nativeBuildInputs = [ poetry-core ];
28 propagatedBuildInputs = [
39 pythonImportsCheck = [ "elmax" ];
42 description = "Python API client for the Elmax Cloud services";
43 mainProgram = "poetry-template";
44 homepage = "https://github.com/home-assistant-ecosystem/python-elmax";
45 license = with licenses; [ asl20 ];
46 maintainers = with maintainers; [ fab ];