9 buildPythonPackage rec {
10 pname = "python-tado";
12 format = "setuptools";
14 disabled = pythonOlder "3.5";
16 src = fetchFromGitHub {
19 # https://github.com/wmalgadey/PyTado/issues/62
20 rev = "refs/tags/${version}";
21 hash = "sha256-w1qtSEpnZCs7+M/0Gywz9AeMxUzz2csHKm9SxBKzmz4=";
24 propagatedBuildInputs = [
34 "Python binding for Tado web API. Pythonize your central heating!";
35 homepage = "https://github.com/wmalgadey/PyTado";
36 license = licenses.gpl3Plus;
37 maintainers = with maintainers; [ jamiemagee ];