Skip to content

Commit b5a4713

Browse files
committed
Debug
1 parent 7651ae6 commit b5a4713

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
@@ -698,6 +698,7 @@ def _get_gateway_outdoor_temp(self, entity_id: str, data: GwEntityData) -> None:
698698
locator = "./logs/point_log[type='outdoor_temperature']/period/measurement"
699699
if (found := self._home_location.find(locator)) is not None:
700700
value = format_measure(found.text, NONE)
701+
LOGGER.debug("HOI outdoor_temp = %s", value)
701702
data.update({"sensors": {"outdoor_temperature": value}})
702703
self._count += 1
703704

0 commit comments

Comments
 (0)