Morning All
It seems there are dependencies missing to the python modules for the SamsungTV component post upgrade to 0.43.1
Python websocket library is missing from the virtual home assistant environment
I installed this using the following method:
$ sudo systemctl stop [email protected]
$ sudo su -s /bin/bash homeassistant
$ source /srv/homeassistant/bin/activate
$ pip3 install websocket
This fixes the missing library reference however there are other missing references quoted in the home-assistant.log file:
File ā/home/homeassistant/.homeassistant/deps/samsungctl/remote_websocket.pyā, line 21, in init
self.connection = websocket.WebSocket()
TypeError: init() missing 3 required positional arguments: āenvironā, āsocketā, and ārfileā
Iām curious if anyone has got the samsungtv component working with the current HA build?
Cheers
Craig