From 78673e96f7948c824ad97084ab76ef800b721624 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 30 Jun 2026 13:44:38 +0000 Subject: [PATCH] =?UTF-8?q?Mapper=20reads=20'Individual=20Trickle=20Vent'?= =?UTF-8?q?=20label=20variant=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- domain/magicplan/mapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/domain/magicplan/mapper.py b/domain/magicplan/mapper.py index 6d7d5f422..2befadd3a 100644 --- a/domain/magicplan/mapper.py +++ b/domain/magicplan/mapper.py @@ -104,6 +104,7 @@ def _map_window_ventilation( v for label in [ "Total Trickle Vent Effective Area (mm2) (No Code Then Width x Height)", + "Individual Trickle Vent Effective Area (mm2) (No Code Then Width x Height)", "Trickle Vent Effective Area (mm2) (No Code Then Width x Height)", ] if (v := _try_get_int_value(label)) is not None