mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Recognise a solid-fuel room heater as its own heating archetype 🟩
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d51154fe73
commit
f097561160
2 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ _MAIN_HEATING_CODES: dict[str, int] = {
|
|||
"Electric storage heaters, fan": 404,
|
||||
"Direct-acting electric": 191,
|
||||
"Electric room heaters": 691,
|
||||
"Solid fuel room heater, closed": 633,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -25,4 +25,5 @@ class MainHeatingSystemType(Enum):
|
|||
ELECTRIC_STORAGE_FAN = "Electric storage heaters, fan"
|
||||
DIRECT_ELECTRIC = "Direct-acting electric"
|
||||
ELECTRIC_ROOM_HEATERS = "Electric room heaters"
|
||||
SOLID_FUEL_ROOM_HEATER_CLOSED = "Solid fuel room heater, closed"
|
||||
UNKNOWN = "Unknown"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue