Skip to content

Commit 392075e

Browse files
committed
Debug
1 parent 9dd7bab commit 392075e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/components/plugwise/test_init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ async def test_update_device(
275275

276276
# Remove the existing Tom/Floor
277277
data.devices.pop("1772a4ea304041adb83f357b751341ff")
278+
LOGGER.debug("HOI data: %s", data)
278279
with patch(HA_PLUGWISE_SMILE_ASYNC_UPDATE, return_value=data):
279280
async_fire_time_changed(hass, utcnow + timedelta(minutes=1))
280281
await hass.async_block_till_done()

0 commit comments

Comments
 (0)