mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add missing mock in sharkiq tests (#91325)
This commit is contained in:
parent
445b823232
commit
592ac37436
@ -75,6 +75,9 @@ class MockAyla(AylaApi):
|
|||||||
async def async_sign_in(self):
|
async def async_sign_in(self):
|
||||||
"""Instead of signing in, just return."""
|
"""Instead of signing in, just return."""
|
||||||
|
|
||||||
|
async def async_sign_out(self):
|
||||||
|
"""Instead of signing out, just return."""
|
||||||
|
|
||||||
async def async_list_devices(self) -> list[dict]:
|
async def async_list_devices(self) -> list[dict]:
|
||||||
"""Return the device list."""
|
"""Return the device list."""
|
||||||
return [SHARK_DEVICE_DICT]
|
return [SHARK_DEVICE_DICT]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user