Hey,
currently playing arround with HA and im in the process of cleaning up the ui and arranging everything in groups.
Anyway, i noticed that the TTS function from the UI is not working my my LG Smart TV.
2018-03-14 21:52:19 ERROR (MainThread) [homeassistant.core] Error executing service <ServiceCall media_player.play_media: media_content_id=http://192.168.1.8:8123/api/tts_proxy/aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d_en_-_google.mp3, media_content_type=music, entity_id=['media_player.lg_smart_tv']>
Traceback (most recent call last):
File "/usr/src/app/homeassistant/core.py", line 1010, in _event_to_service_call
yield from service_handler.func(service_call)
File "/usr/src/app/homeassistant/components/media_player/__init__.py", line 402, in async_service_handler
yield from getattr(player, method['method'])(**params)
File "/usr/local/lib/python3.6/asyncio/futures.py", line 327, in __iter__
yield self # This tells Task to wait for completion.
File "/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup
future.result()
File "/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result
raise self._exception
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/app/homeassistant/components/media_player/__init__.py", line 693, in play_media
raise NotImplementedError()
NotImplementedError
Tried to find out a bit more about this and it seems that this isnt supported on some mediaplayers, now i was wondering can i get rid of the TTS Field in the UI for this player? I want to keep it for for my kodi box tho.