mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
remote assessment complete
This commit is contained in:
parent
0796b384fb
commit
2b22a6012f
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class HotwaterRecommendations:
|
||||||
(self.property.hotwater["heater_type"] in ["electric immersion"]) &
|
(self.property.hotwater["heater_type"] in ["electric immersion"]) &
|
||||||
(self.property.data["hot-water-energy-eff"] == "Very Poor") &
|
(self.property.data["hot-water-energy-eff"] == "Very Poor") &
|
||||||
(self.property.hotwater["no_system_present"] is None) &
|
(self.property.hotwater["no_system_present"] is None) &
|
||||||
len(has_tank_recommendation) == 0
|
(len(has_tank_recommendation) == 0)
|
||||||
):
|
):
|
||||||
self.recommend_tank_insulation(phase=phase)
|
self.recommend_tank_insulation(phase=phase)
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue