mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
remove references to non-intrusive recommendations
This commit is contained in:
parent
3e7a181320
commit
a6bd5f8ff2
1 changed files with 1 additions and 0 deletions
|
|
@ -110,6 +110,7 @@ class HeatingRecommender:
|
||||||
|
|
||||||
# TODO: Right now, we don't have recommendations for electric boilers - we should probably have one
|
# TODO: Right now, we don't have recommendations for electric boilers - we should probably have one
|
||||||
|
|
||||||
|
# if we have a non-invasive ashp recommendation, we get the configuration directly from the property instance
|
||||||
non_invasive_ashp_recommendation = next(
|
non_invasive_ashp_recommendation = next(
|
||||||
(r for r in self.property.non_invasive_recommendations if r["type"] == "air_source_heat_pump"),
|
(r for r in self.property.non_invasive_recommendations if r["type"] == "air_source_heat_pump"),
|
||||||
{"suitable": True}
|
{"suitable": True}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue