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 9bf43cc commit 1d8378cCopy full SHA for 1d8378c
tests/components/plugwise/test_climate.py
@@ -436,7 +436,8 @@ async def test_anna_climate_entity_climate_changes(
436
)
437
438
data = mock_smile_anna.async_update.return_value
439
- data["3cb70739631c4d17a86b8b12e8a5161b"].pop("available_schedules")
+ data["3cb70739631c4d17a86b8b12e8a5161b"]["available_schedules"] = []
440
+ data["3cb70739631c4d17a86b8b12e8a5161b"]["select_schedule"] = None
441
data["3cb70739631c4d17a86b8b12e8a5161b"]["climate_mode"] = "heat_cool"
442
with patch(HA_PLUGWISE_SMILE_ASYNC_UPDATE, return_value=data):
443
freezer.tick(timedelta(minutes=1))
0 commit comments