Skip to content

Commit 86feb0e

Browse files
committed
Debug
1 parent f3273f5 commit 86feb0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,7 @@ def _get_gateway_outdoor_temp(self, entity_id: str, data: GwEntityData) -> None:
699699
locator = "./logs/point_log[type='outdoor_temperature']/period/measurement"
700700
if (found := self._home_location.find(locator)) is not None:
701701
value = format_measure(found.text, NONE)
702+
LOGGER.debug("HOI outdoor_temp = %s", value)
702703
data.update({"sensors": {"outdoor_temperature": value}})
703704
self._count += 1
704705

0 commit comments

Comments
 (0)