Add known issues section to SamsungTV (#22019)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
epenet 2022-03-14 17:51:43 +01:00 committed by GitHub
parent 556117b581
commit 0ccb9d3436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.