13 buildPythonPackage rec {
14 pname = "midea-beautiful-air";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-786Q085bv8Zsm0c55I4XalRhEfwElRTJds5qnb0cWhk=";
25 build-system = [ setuptools ];
39 # tests optional dependencies + network
43 pythonImportsCheck = [ "midea_beautiful" ];
46 description = "Python client for accessing Midea air conditioners and dehumidifiers (Midea, Comfee, Inventor EVO) via local network";
47 homepage = "https://github.com/nbogojevic/midea-beautiful-air";
48 changelog = "https://github.com/nbogojevic/midea-beautiful-air/releases/tag/v${version}";
49 maintainers = with maintainers; [ k900 ];
50 mainProgram = "midea-beautiful-air-cli";
51 license = licenses.mit;