mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Add Electric room heaters as a canonical landlord heating archetype 🟩
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2b0b7eff91
commit
4b2f406b6c
1 changed files with 1 additions and 0 deletions
|
|
@ -24,4 +24,5 @@ class MainHeatingSystemType(Enum):
|
||||||
ELECTRIC_STORAGE_CONVECTOR = "Electric storage heaters, convector"
|
ELECTRIC_STORAGE_CONVECTOR = "Electric storage heaters, convector"
|
||||||
ELECTRIC_STORAGE_FAN = "Electric storage heaters, fan"
|
ELECTRIC_STORAGE_FAN = "Electric storage heaters, fan"
|
||||||
DIRECT_ELECTRIC = "Direct-acting electric"
|
DIRECT_ELECTRIC = "Direct-acting electric"
|
||||||
|
ELECTRIC_ROOM_HEATERS = "Electric room heaters"
|
||||||
UNKNOWN = "Unknown"
|
UNKNOWN = "Unknown"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue