Made trickle vents worth zero sap points

This commit is contained in:
Khalim Conn-Kowlessar 2024-09-05 16:33:34 +01:00
parent 743c9bdbdf
commit c450d1564e

View file

@ -107,7 +107,7 @@ class VentilationRecommendations(Definitions):
"starting_u_value": None,
"new_u_value": None,
"already_installed": False,
"sap_points": trickle_vents_recommendation_config["sap_points"],
"sap_points": 0,
"heat_demand": 0,
"kwh_savings": 0,
"co2_equivalent_savings": 0,