Fix zwave_me tests with python 3.11 (#88122)
This commit is contained in:
@@ -50,7 +50,7 @@ async def test_remove_stale_devices(
|
||||
identifiers={("zwave_me", f"{config_entry.unique_id}-{identifier}")},
|
||||
)
|
||||
with patch(
|
||||
"zwave_me_ws.ZWaveMe.get_connection",
|
||||
"homeassistant.components.zwave_me.ZWaveMe.get_connection",
|
||||
mock_connection,
|
||||
), patch(
|
||||
"homeassistant.components.zwave_me.async_setup_platforms",
|
||||
|
||||
Reference in New Issue
Block a user