14 buildPythonPackage rec {
15 pname = "tesla-wall-connector";
19 disabled = pythonOlder "3.8";
21 src = fetchFromGitHub {
25 hash = "sha256-GblKXWV9h37E3bxNsx17hEe0uDm8ahzJUx8wiE+Vc38=";
28 nativeBuildInputs = [ poetry-core ];
30 propagatedBuildInputs = [
41 pythonImportsCheck = [ "tesla_wall_connector" ];
44 description = "Library for communicating with a Tesla Wall Connector";
45 homepage = "https://github.com/einarhauks/tesla-wall-connector";
46 license = with licenses; [ mit ];
47 maintainers = with maintainers; [ fab ];