Skip to content

Instantly share code, notes, and snippets.

@Anto79-ops
Anto79-ops / notify_agent_agenda_super.yaml
Last active May 15, 2024 20:15 — forked from Progaros/notify_agent_agenda.yaml
Home Assistant Blueprint: Conversation agent Agenda Notification
blueprint:
name: Conversation agent Agenda Notification with tts on motion super
description: |
Conversation agent generates a personalized notification based on the
upcoming calendar agenda, tasks, birthday reminders, location, and weather information.
domain: automation
input:
language:
name: Language
description: Language of Assistant Response
@Anto79-ops
Anto79-ops / intent_script examples_example
Last active June 2, 2024 17:52 — forked from tronikos/intent_script examples
intent_script examples for LLMs
# Copy paste this into configuration.yaml
# Adjust the entities for your calendar, TODO, and weather.
# Adjust the send notification intent names, descriptions, and the notify.mobile_app_x service calls.
# Restart HA.
#
# Then you can say:
# "you can chain tool calls, send tomorrow's calendar events after summarizing them to Marisol" (this will call CalendarGetEvents followed by SendNotificationMarisol)
# "what's in my todo list" "send them to Nikos"
# "who created Home Assistant" "send your response to Nikos"
# "send a message to Nikos: hi there"