hasscc / hass-edge-tts

🗣️ Microsoft Edge TTS for Home Assistant, no need for app_key
338 stars 57 forks source link

configruation修改后无法重启 #42

Closed iapYang closed 1 year ago

iapYang commented 1 year ago
# Text to speech
tts:
  - platform: google_translate
  - platform: edge_tts
    service_name
    language: zh-CN # Default language or voice (Optional)

在configuration.yaml中修改为这样,然后在开发者工具中重启,就会卡住

ha版本:2023.8.0

al-one commented 1 year ago

配置格式错误

rany2 commented 1 year ago

Remove service_name line and it will work.

iapYang commented 1 year ago

@al-one @rany2 it works, thank u for your time!