1 { lib, buildPythonPackage, fetchFromGitHub }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
10 # Upstream hasn't tagged this release yet. This commit fixes the build.
11 rev = "79a5dfdf75cd9a3e1a1ee8a8ff0d08923aebda7b";
12 sha256 = "14xdfw4913g4j4h576hjbigm7fiw8k0dc8s98gh2ag9xrc2ifgr0";
16 description = "Python binding for Tado web API. Pythonize your central heating!";
17 homepage = "https://github.com/wmalgadey/PyTado";
18 license = licenses.gpl3;
19 maintainers = with maintainers; [ elseym ];