8 buildPythonPackage rec {
12 src = fetchFromGitHub {
15 # Upstream hasn't tagged 0.13.0 yet
16 rev = "2a243174e9ae01ef7adae940ecc6e340992ab28d";
17 sha256 = "Y1FxEzs/AF0ZTPdOK/1v+2U2fidfu+AmZbPddJCWIFc=";
20 propagatedBuildInputs = [
28 pythonImportsCheck = [
33 description = "Python binding for Tado web API";
34 homepage = "https://github.com/wmalgadey/PyTado";
35 license = licenses.gpl3;
36 maintainers = with maintainers; [ ];