Assist daily summary: fix link target (#29615)

This commit is contained in:
c0ffeeca7 2023-10-31 08:49:07 +01:00 committed by GitHub
parent f25937cc51
commit 043c9931f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 KiB

View File

@ -4,13 +4,17 @@ title: "Daily summary by Assist"
In this tutorial, we are creating an automation that has Assist send you a daily summary. Assist will tell you about the weather and your calendar events today. It will also send you the summary to your messenger. In this tutorial, we are creating an automation that has Assist send you a daily summary. Assist will tell you about the weather and your calendar events today. It will also send you the summary to your messenger.
<p class='img'>
<img class='no-shadow' src='/images/assist/assist-daily-summary.png' alt='Daily summary notification'>Daily summary notification - using a neutral tone
</p>
We will be using OpenAI, which requires an OpenAI account. For what we do in this tutorial, the free trial option is sufficient. No need to leave your credit card information. We will be using OpenAI, which requires an OpenAI account. For what we do in this tutorial, the free trial option is sufficient. No need to leave your credit card information.
## Prerequisites ## Prerequisites
This tutorial assumes you have a few things set up already: This tutorial assumes you have a few things set up already:
- [Home Assistant Cloud](https://www.nabucasa.com) or a manually configured [Assist Pipeline](/integrations/assist_pipeline) - [Home Assistant Cloud](https://www.nabucasa.com) or a manually configured [local assistant pipeline](/voice_control/voice_remote_local_assistant/).
This tutorial was done using the **Local calendar**, the **Meteorologisk institutt**, and the **Telegram** integrations. It has not been tested with other integrations of the notifications or calendar category. This tutorial was done using the **Local calendar**, the **Meteorologisk institutt**, and the **Telegram** integrations. It has not been tested with other integrations of the notifications or calendar category.
@ -79,5 +83,12 @@ We are using a blueprint (courtesy of [@allenporter]) that polls calendar events
6. To test the automation, select the three dots on your automation, and select **Run**. 6. To test the automation, select the three dots on your automation, and select **Run**.
- You should now receive a notification from Assist in your messenger app. - You should now receive a notification from Assist in your messenger app.
[@allenporter]: https://github.com/allenporter [@allenporter]: https://github.com/allenporter
## Related topics
- [Home Assistant Cloud](https://www.nabucasa.com)
- [Local assistant pipeline](/voice_control/voice_remote_local_assistant/)
- [Local calendar](/integrations/local_calendar/)
- [Telegram notification](/integrations/telegram/#setup-example)
- [Create a Mario personality](/voice_control/assist_create_open_ai_personality/)