Skip to content

Commit 8d62cb6

Browse files
zweckjfrenck
authored andcommitted
Fix skyconnect tests (#142262)
fix tests
1 parent 4f79906 commit 8d62cb6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/components/zha/test_repairs.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def test_detect_radio_hardware(hass: HomeAssistant) -> None:
4949
"product": "SkyConnect v1.0",
5050
"firmware": "ezsp",
5151
},
52-
version=2,
52+
version=1,
53+
minor_version=4,
5354
domain=SKYCONNECT_DOMAIN,
5455
options={},
5556
title="Home Assistant SkyConnect",
@@ -66,7 +67,8 @@ def test_detect_radio_hardware(hass: HomeAssistant) -> None:
6667
"product": "Home Assistant Connect ZBT-1",
6768
"firmware": "ezsp",
6869
},
69-
version=2,
70+
version=1,
71+
minor_version=4,
7072
domain=SKYCONNECT_DOMAIN,
7173
options={},
7274
title="Home Assistant Connect ZBT-1",

0 commit comments

Comments
 (0)