mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added to excluded eco measures
This commit is contained in:
parent
ff98f87db0
commit
9cbd8e8db0
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ from backend.Funding import Funding
|
|||
logger = setup_logger()
|
||||
|
||||
# measures we DO NOT treat as fundable in the ECO4 'funded' pass
|
||||
_ECO4_EXCLUDE_TYPES = {"secondary_heating"}
|
||||
_ECO4_EXCLUDE_TYPES = {"secondary_heating", "extension_cavity_wall_insulation", "sealing_open_fireplace"}
|
||||
|
||||
|
||||
def _path_scheme(path_spec):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue