This is a custom integration for Home Assistant to work with Talk To Me Goose Server. Includes a conversation component (based on OpenAI Conversation) and a TTS one (used by TTMG Server, no own functionality besides that).
Installation:
- If you are using HACS, you can add this repo as a custom repository with the type "Integration":
Otherwise, you can manually copy
custom_components/ttgm_conversation
to your custom components folder in Home Assistant. - Restart Home Assistant.
- Go to integrations and search for "Talk To Me Goose". The setup and settings are mostly the same as with the original OpenAI Conversation integration. All these settings will be passed to your Talk To Me Goose Server.
Fixed
- TTMG Server URL in the TTS component is now correctly read from the config
Added
- Add TTS component
- Add support for local conversation agent's responses
Changed
- Initial release