Add release_url property of Shelly update entities (#103739)

This commit is contained in:
Maciej Bieniek
2023-11-15 13:36:20 +01:00
committed by GitHub
parent b4e8243e18
commit dbe193aaa4
6 changed files with 77 additions and 4 deletions

View File

@@ -281,6 +281,7 @@ async def mock_block_device():
firmware_version="some fw string",
initialized=True,
model="SHSW-1",
gen=1,
)
type(device).name = PropertyMock(return_value="Test name")
block_device_mock.return_value = device