mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
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:
parent
2783c2c0c6
commit
8529c71ff2
1 changed files with 3 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue