mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Broaden mains_gas comment to cover all non-gas heating fuels, not just electric
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5a537df14b
commit
d4f735e096
1 changed files with 2 additions and 2 deletions
|
|
@ -225,8 +225,8 @@ _RADIATOR_ROOM_OFFSET = 3
|
|||
_RADIATOR_M2_PER_RADIATOR = 13.0
|
||||
# main_fuel_type codes (gov API enum and/or Table 12) by fuel. Classification
|
||||
# keys on the heating *fuel*, NOT the `mains_gas` flag — that flag means gas is
|
||||
# available at the property, which is True even for electrically-heated dwellings
|
||||
# on a gas street (every 001431 electric fixture lodges mains_gas=True).
|
||||
# available at the property, which is True for any dwelling on a gas street
|
||||
# regardless of its actual heating fuel (electric, oil, solid biomass, etc.).
|
||||
_GAS_FUEL_CODES = frozenset({26, 1})
|
||||
_OIL_FUEL_CODES = frozenset({28, 4, 71, 73, 75, 76})
|
||||
_LPG_FUEL_CODES = frozenset({27, 2, 3, 5, 9})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue