extracy heating immersion type 🟩

This commit is contained in:
Daniel Roth 2026-04-21 15:08:47 +00:00
parent 691efcad72
commit 61dfb34e5b

View file

@ -589,6 +589,7 @@ class PasHubRdSapSiteNotesExtractor:
insulation_type=self._get_in(data, "Insulation Type:"),
insulation_thickness_mm=thickness_mm,
has_thermostat=self._optional_bool_in(data, "Cylinder Thermostat:") or self._optional_bool_in(data, "Has thermostat?"),
immersion_type=self._get_in(data, "Immersion:"),
)
def _parse_window(self, window_id: int, data: List[str]) -> Window: