Pulling ventilation from epc_record class

This commit is contained in:
Khalim Conn-Kowlessar 2024-01-29 12:33:33 +00:00
parent 4bae34d54c
commit 6a5430d214

View file

@ -83,7 +83,7 @@ class Property:
"co2_emissions": epc_record.get("co2_emissions_current"),
}
self.ventilation = {
"ventilation": epc_record.prepared_epc.get("mechanical_ventilation"),
"ventilation": epc_record.get("mechanical_ventilation"),
}
self.solar_pv = {
"solar_pv": epc_record.get("photo_supply"),