MycroftAI / skill-homeassistant

Mycroft Skill/Integration for Homeassistant
GNU Lesser General Public License v3.0
115 stars 62 forks source link

Key error: speech #125

Open dapuzz opened 1 year ago

dapuzz commented 1 year ago

Hi I think we need to fix the conversation api response as per exmaple documentation: return req.json()['speech']['plain'] to return req.json()['response']['speech']['plain']

Reference: https://developers.home-assistant.io/docs/intent_conversation_api/#conversation-response

Sorry, I can't pull a request to fix that.

Thank you