mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add reboot button to Shelly devices (#60417)
This commit is contained in:
@@ -138,6 +138,7 @@ async def coap_wrapper(hass):
|
||||
firmware_version="some fw string",
|
||||
update=AsyncMock(),
|
||||
trigger_ota_update=AsyncMock(),
|
||||
trigger_reboot=AsyncMock(),
|
||||
initialized=True,
|
||||
)
|
||||
|
||||
@@ -173,6 +174,7 @@ async def rpc_wrapper(hass):
|
||||
firmware_version="some fw string",
|
||||
update=AsyncMock(),
|
||||
trigger_ota_update=AsyncMock(),
|
||||
trigger_reboot=AsyncMock(),
|
||||
initialized=True,
|
||||
shutdown=AsyncMock(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user