mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
extract cylinder thermostat 🟩
This commit is contained in:
parent
7700aac5bb
commit
fc3742d84d
1 changed files with 1 additions and 1 deletions
|
|
@ -588,7 +588,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:"),
|
||||
has_thermostat=self._optional_bool_in(data, "Cylinder Thermostat:") or self._optional_bool_in(data, "Has thermostat?"),
|
||||
)
|
||||
|
||||
def _parse_window(self, window_id: int, data: List[str]) -> Window:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue