Skip to content

Commit de5e3dd

Browse files
committed
Debug
1 parent d427e8c commit de5e3dd

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
@@ -677,6 +677,7 @@ def _get_gateway_outdoor_temp(self, entity_id: str, data: GwEntityData) -> None:
677677
locator = "./logs/point_log[type='outdoor_temperature']/period/measurement"
678678
if (found := self._home_location.find(locator)) is not None:
679679
value = format_measure(found.text, NONE)
680+
LOGGER.debug("HOI outdoor_temp = %s", value)
680681
data.update({"sensors": {"outdoor_temperature": value}})
681682
self._count += 1
682683

0 commit comments

Comments
 (0)