remove references to non-intrusive recommendations

This commit is contained in:
Khalim Conn-Kowlessar 2024-09-05 14:03:06 +01:00
parent 3e7a181320
commit a6bd5f8ff2

View file

@ -110,6 +110,7 @@ class HeatingRecommender:
# 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(
(r for r in self.property.non_invasive_recommendations if r["type"] == "air_source_heat_pump"),
{"suitable": True}