Hi,
Using automation and platform: conversation
to trigger a weather forecast do not work when using OpenAI Conversation
as Conversation Agent in Voice Assistant - this used to work prior to June release. It still work if I change the Conversation Agent back to Home Assistant.
With OpenAI it is clear it doesn’t see the automation as it just gives me a general reply, but when switching to Home Assistant, I get the full weather report. So there is nothing wrong with the automation, it is something else.
Is this a known bug or is there a change I’ve missed?
Truncated code:
- alias: 43 - TTS Weather Forecast
id: ChatGPT TTS Weather Forecast
trigger:
- platform: conversation
command:
- What is the weather tomorrow
...