But the error i am getting is.
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/homeassistant/helpers/service.py”, line 289, in _handle_service_platform_call
await func(entity, data)
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.6/site-packages/homeassistant/components/media_player/webostv.py”, line 353, in play_media
for channel in self._client.get_channels():
TypeError: ‘NoneType’ object is not iterable
For what it’s worth, I am new to Home Assistant and ended up in exactly the same place. I have tried all sorts of combinations, running it from script and automation and get the same “NoneType” regardless of what I do.
I do not have actual channels from live TV, and that is likely related to the problem, but I want to be able to pick a movie from Amazon TV (for example), and am trying to find some appropriate format.