We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e567afe commit 5a688bcCopy full SHA for 5a688bc
plugwise/common.py
@@ -57,10 +57,6 @@ def _appl_heater_central_info(
57
xml_3: etree = None,
58
) -> Munch:
59
"""Helper-function for _appliance_info_finder()."""
60
- # Remove heater_central when no active device present
61
- if not self._opentherm_device and not self._on_off_device:
62
- return None
63
-
64
# Find the valid heater_central
65
# xml_2 self._appliances for legacy, self._domain_objects for actual
66
xml_2 = return_valid(xml_2, self._domain_objects)
0 commit comments