Capture PAS Hub main-heating fuel from the colon 'Fuel:' label variant 🟩

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-14 17:19:12 +00:00
parent 2783c2c0c6
commit 8529c71ff2

View file

@ -563,7 +563,9 @@ class PasHubRdSapSiteNotesExtractor:
manufacturer=self._get_in(data, "Manufacturer") or "",
model=self._get_in(data, "Model") or "",
orig_manufacturer=self._get_in(data, "Orig Manuf") or "",
fuel=self._get_in(data, "Fuel") or "",
fuel=self._get_in(data, "Fuel")
or self._get_in(data, "Fuel:")
or "",
summer_efficiency=float(self._get_in(data, "S. Efficiency") or 0),
type=self._get_in(data, "Type") or "",
condensing=self._bool_in(data, "Condensing"),