From ca781771f24e7e82a5842c5c3b456b4327c729a2 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 1 Jul 2026 14:21:58 +0000 Subject: [PATCH] add new water heating types --- src/app/db/schema/landlord_overrides.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/db/schema/landlord_overrides.ts b/src/app/db/schema/landlord_overrides.ts index 99c82f1d..3a0bfe72 100644 --- a/src/app/db/schema/landlord_overrides.ts +++ b/src/app/db/schema/landlord_overrides.ts @@ -215,6 +215,10 @@ export const WaterHeatingValues: [string, ...string[]] = [ "From main system, house coal", "Electric immersion, electricity", "Gas boiler/circulator, mains gas", + "From main system, wood logs", + "From main system, biomass (community)", + "From main system, dual fuel (mineral and wood)", + "From main system, biodiesel (community)", "Unknown", ];