mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Added wood chips case to fuel
This commit is contained in:
parent
5f1fe923e7
commit
322cd2b11d
2 changed files with 5 additions and 2 deletions
|
|
@ -20,7 +20,8 @@ class MainFuelAttributes(BaseUtility):
|
|||
'gas',
|
||||
'anthracite',
|
||||
'smokeless coal',
|
||||
'house coal'
|
||||
'house coal',
|
||||
'wood chips',
|
||||
]
|
||||
|
||||
COMPLEX_FUEL_KEYWORDS = [
|
||||
|
|
|
|||
|
|
@ -56,5 +56,7 @@ mainfuel_cases = [
|
|||
{
|
||||
'original_description': 'To be used only when there is no heating/hot-water system',
|
||||
'fuel_type': 'unknown', 'tariff_type': None, 'is_community': False,
|
||||
'no_individual_heating_or_community_network': True, 'complex_fuel_type': None}
|
||||
'no_individual_heating_or_community_network': True, 'complex_fuel_type': None},
|
||||
{'original_description': 'wood chips', 'fuel_type': 'wood chips', 'tariff_type': None, 'is_community': False,
|
||||
'no_individual_heating_or_community_network': False, 'complex_fuel_type': None}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue