Closed 8OND007 closed 1 year ago
manifest.json of latest version of EDGE_TTS which did not work (invalid config according to HA) : { "domain": "edge_tts", "name": "Microsoft Edge TTS", "version": "0.0.1", "documentation": "https://github.com/hasscc/hass-edge-tts", "issue_tracker": "https://github.com/hasscc/hass-edge-tts/issues", "requirements": ["edge-tts==6.0.5"], "codeowners": [], "iot_class": "cloud_polling" }
reverted back to a working version that does work (valid config according to HA) : { "domain": "edge_tts", "name": "Microsoft Edge TTS", "version": "0.0.1", "documentation": "https://github.com/hasscc/hass-edge-tts", "issue_tracker": "https://github.com/hasscc/hass-edge-tts/issues", "requirements": ["edge-tts==5.0.6"], "codeowners": [], "iot_class": "cloud_polling" }
@8OND007 Does it work now?
Yes it is fixed now. Thx
I updated to the last commit (pitch removed ?) of EDGE-TTS today 5/1/2023 and my HA 2023.1 is unable to reboot because of an invalid config caused by EDGE_TTS which wasn't there before the last commit update of EDGE-TTS. Btw. I did not use pitch in my config. HA tells following error : "Platform error tts.edge_tts - No module named 'edge_tts.exceptions' I'm going to revert to previous version of EDGE-TTS.