Add fan module (#764)

Co-authored-by: Steven B <51370195+sdb9696@users.noreply.github.com>
This commit is contained in:
Teemu R
2024-04-17 12:07:16 +02:00
committed by GitHub
parent da441bc697
commit 700643d3cf
8 changed files with 120 additions and 7 deletions

View File

@@ -32,8 +32,8 @@ async def test_childdevice_update(dev, dummy_protocol, mocker):
await dev.update()
assert dev._last_update != first._last_update
assert child_list[0] == first._last_update
assert dev._info != first._info
assert child_list[0] == first._info
@strip_smart