We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d427e8c commit de5e3ddCopy full SHA for de5e3dd
1 file changed
plugwise/helper.py
@@ -677,6 +677,7 @@ def _get_gateway_outdoor_temp(self, entity_id: str, data: GwEntityData) -> None:
677
locator = "./logs/point_log[type='outdoor_temperature']/period/measurement"
678
if (found := self._home_location.find(locator)) is not None:
679
value = format_measure(found.text, NONE)
680
+ LOGGER.debug("HOI outdoor_temp = %s", value)
681
data.update({"sensors": {"outdoor_temperature": value}})
682
self._count += 1
683
0 commit comments