mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Made trickle vents worth zero sap points
This commit is contained in:
parent
743c9bdbdf
commit
c450d1564e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue