OpenAI API Key#
Click here to generate your API key.
OpenIA Conversation Integration#
You can use this button to start the setup process. It will open the integration page in Home Assistant.
This integration allows you to use the OpenAI Conversation API to generate text. You can use this to generate personalized messages for automations and scripts.
You can find the documentation here.
ChatGPT Blueprints#
GPT Agenda notification#
- This blueprint will send you a personalized message every morning to help you prepare for your day.
- Using OpenIA conversation, it will generate a summarized message using the weather and your calendar information.
- You can customize the prompt to get better-detailed messages according to your needs.
- And also customize the time that the message is sent.
Original blueprint here
GPT Multi Calendar Agenda notification#
- Same as the original one but with optional support for up to 3 calendars and 3 notify services.
- The prompt is optimized to treat each calendar separately and generate a message for each one, but if you want to generate a single message with all the calendars, you can erase the first line in the examples in the prompt
GPT Agenda to Input Text#
- Same as the original one, but instead of sending a notification, it will save the message to an input_text entity.
- You can use this to create a card in lovelace to display the message in your dashboard.
- The automation is triggered every 6 hours to update the message.
Create input_text
You can use this button to go to the helpers page and create a new input_text (Text) using the user interface .
More info here