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:
parent
c2732c85e1
commit
55fa39903e
@ -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
|
# Pinned due to API changes in 0.1.0
|
||||||
(mkOverride "poolsense" "0.0.8" "sha256-17MHrYRmqkH+1QLtgq2d6zaRtqvb9ju9dvPt9gB2xCc=")
|
(mkOverride "poolsense" "0.0.8" "sha256-17MHrYRmqkH+1QLtgq2d6zaRtqvb9ju9dvPt9gB2xCc=")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user