From 4b2f406b6ca537213c8b937406b45481f6074a4a Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 29 Jun 2026 16:01:07 +0000 Subject: [PATCH] =?UTF-8?q?Add=20Electric=20room=20heaters=20as=20a=20cano?= =?UTF-8?q?nical=20landlord=20heating=20archetype=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- domain/epc/property_overrides/main_heating_system_type.py | 1 + 1 file changed, 1 insertion(+) diff --git a/domain/epc/property_overrides/main_heating_system_type.py b/domain/epc/property_overrides/main_heating_system_type.py index bea14e6a..3bfff01e 100644 --- a/domain/epc/property_overrides/main_heating_system_type.py +++ b/domain/epc/property_overrides/main_heating_system_type.py @@ -24,4 +24,5 @@ class MainHeatingSystemType(Enum): ELECTRIC_STORAGE_CONVECTOR = "Electric storage heaters, convector" ELECTRIC_STORAGE_FAN = "Electric storage heaters, fan" DIRECT_ELECTRIC = "Direct-acting electric" + ELECTRIC_ROOM_HEATERS = "Electric room heaters" UNKNOWN = "Unknown"