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 9e3f448 commit d0260b6Copy full SHA for d0260b6
2 files changed
tests/test_coordinator.py
@@ -234,3 +234,5 @@ async def test_group5_entity_request_enable(
234
await entities[1].async_will_remove_from_hass()
235
assert coordinator._group5_entities == 0
236
assert device.enable_group5_data_requests == False
237
+
238
+ await coordinator.async_shutdown()
tests/test_sensor.py
@@ -58,3 +58,5 @@ async def test_energy_sensor_request_enable(
58
await sensors[1].async_will_remove_from_hass()
59
assert coordinator._energy_sensors == 0
60
assert device.enable_energy_usage_requests == False
61
62
0 commit comments