mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
extracy heating immersion type 🟩
This commit is contained in:
parent
691efcad72
commit
61dfb34e5b
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue