We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd7bab commit 392075eCopy full SHA for 392075e
tests/components/plugwise/test_init.py
@@ -275,6 +275,7 @@ async def test_update_device(
275
276
# Remove the existing Tom/Floor
277
data.devices.pop("1772a4ea304041adb83f357b751341ff")
278
+ LOGGER.debug("HOI data: %s", data)
279
with patch(HA_PLUGWISE_SMILE_ASYNC_UPDATE, return_value=data):
280
async_fire_time_changed(hass, utcnow + timedelta(minutes=1))
281
await hass.async_block_till_done()
0 commit comments