From 0ccb9d3436ad8c842db057db3e08ccc0943cf453 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Mon, 14 Mar 2022 17:51:43 +0100 Subject: [PATCH] Add `known issues` section to SamsungTV (#22019) Co-authored-by: Franck Nijhof --- source/_integrations/samsungtv.markdown | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/source/_integrations/samsungtv.markdown b/source/_integrations/samsungtv.markdown index efbd7d081cf..2028b9f6049 100644 --- a/source/_integrations/samsungtv.markdown +++ b/source/_integrations/samsungtv.markdown @@ -90,12 +90,9 @@ media_content_type: channel It's possible to switch between the 2 sources `TV` and `HDMI`. -### Home Assistant Core additional requirements +### Known issues and restrictions -You will need to install the `websocket-client` Python package in your Home Assistant install. This will probably be done with: +#### Subnet/VLAN -```bash -pip3 install websocket-client -``` - -Remembering to activate your venv if you're using a venv install. +Samsung SmartTV does not allow WebSocket connections across different subnets or VLANs. If your TV is not on the same subnet as Home Assistant this will fail. +It may be possible to bypass this issue by using IP masquerading or a proxy.