Implement async websocket in samsungtv (#67127)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
b245ba6d57
commit
b8861578ff
6 changed files with 111 additions and 103 deletions
|
@ -80,7 +80,7 @@ async def test_setup_from_yaml_without_port_device_offline(hass: HomeAssistant)
|
|||
with patch(
|
||||
"homeassistant.components.samsungtv.bridge.Remote", side_effect=OSError
|
||||
), patch(
|
||||
"homeassistant.components.samsungtv.bridge.SamsungTVWS.open",
|
||||
"homeassistant.components.samsungtv.bridge.SamsungTVWSAsyncRemote.open",
|
||||
side_effect=OSError,
|
||||
), patch(
|
||||
"homeassistant.components.samsungtv.bridge.SamsungTVWSBridge.async_device_info",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue