mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Pulling ventilation from epc_record class
This commit is contained in:
parent
4bae34d54c
commit
6a5430d214
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue