Hi there,
first thanx for a new release. TTS is something I really need for a longer time, coz I need to scare all the thieves, kids and my wife.
Anyway, there are some problems I found: I’m trying to follow this guide: https://home-assistant.io/components/tts/
So I have just this in my config:
# Text-to-Speech (TTS)
tts:
- platform: google
When I launch HA, I’ll try to test it via Dev Tools / Services.
I choose domain=tts but there is no platform_say call available, there are only these two: clear_cache and google_say
So should I use google_say?
The second problem I’m trying to solve is to play sound via the same RPi on which is HA running, but I didn’t found a way how to do it. I installed Music Player Daemon (MPD) but when I try to test it: http://pasteboard.co/beKtet6nh.png it will generate an error in my log:
16-12-18 09:48:30 homeassistant.components.media_player.mpd: Invalid media type. Expected: playlist
Anny clues how to solve this? Does it mean that MPD can play playlists only and not sounds from TTS?