I have a MPD installation on a raspberry pi 3b (Raspbian Bullseye). I use it as a media player for HA. In general it works but sometimes I’m getting the following error when calling tts.cloud_say. Any ideas?
Logger: homeassistant.components.tts
Source: components/tts/__init__.py:898
Integration: Text-to-speech (TTS) (documentation, issues)
First occurred: 09:58:37 (3 occurrences)
Last logged: 09:58:37
Error on load tts: Wrong tts file format!
Advised that these messages are due to MPD looking for thumbnail images (in 4 different formats) relating to the music file being played … so … fortunately we can ignore these messages more as a warning - and unfortunately this issue can not be fixed in the context of the addon.
As this affects chime_tts, and chime triggers the ban notifyer as well, I gave up and use the proxy I have in front of HA to redirect the requests to a harmless 404 page.