mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
HHRSH offered to solid-biomass dwelling with mains_gas=True despite off-gas heating fuel 🟩
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0192dd8efd
commit
5a537df14b
1 changed files with 1 additions and 1 deletions
|
|
@ -722,6 +722,6 @@ def _hhr_storage_eligible(epc: EpcPropertyData) -> bool:
|
|||
return False
|
||||
if main.main_heating_category == _HEAT_PUMP_CATEGORY:
|
||||
return False
|
||||
off_gas: bool = not epc.sap_energy_source.mains_gas
|
||||
off_gas: bool = main.main_fuel_type not in _GAS_FUEL_CODES
|
||||
electric_main: bool = main.main_fuel_type == _ELECTRICITY_FUEL
|
||||
return electric_main or off_gas
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue