home-assistant: pin plugwise at 0.20.1

With 0.21.0 the home-assistant test is missing a Mock object:

```
AttributeError: Mock object has no attribute 'set_max_boiler_temperature'
```
This commit is contained in:
Martin Weinelt 2022-08-04 11:08:04 +02:00
parent c2732c85e1
commit 55fa39903e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -132,6 +132,18 @@ let
});
})
(self: super: {
plugwise = super.plugwise.overridePythonAttrs (oldAttrs: rec {
version = "0.20.1";
src = fetchFromGitHub {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-Sk7L0JPwn7IXVl5GeERxrG/vrHXeNwUjW1mgm4g40Ng=";
};
});
})
# Pinned due to API changes in 0.1.0
(mkOverride "poolsense" "0.0.8" "sha256-17MHrYRmqkH+1QLtgq2d6zaRtqvb9ju9dvPt9gB2xCc=")