Skip to main content

Ask AI

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Image

Detailed install video: https://www.youtube.com/watch?v=2xSvFU5Xlss

Description

This custom sentence allows for an on demand call to OpenAI for answering questions about life, love and happiness. Seriously though, this allows the user to use LLM to get answers to questions and greatly simplifies the need for coding a lot of these things by hand. Be warned, though. LLMs are known to provide bogus answers sometimes so use with caution.

Usage

User says "Ask AI" plus the question to be answered

Requirements

  • View: Info view
  • Integrations: Open AI Conversation
  • API Key: Must have a paid OpenAI account. Don't worry. The price to use is very low (pennies a month). See this video for more information for pricing and set up

Advice from Discord user vash2695 wrote "In case it hasn't been mentioned already, you should set that integration to use "gpt-4o-mini". It's substantially smarter than 3.5 while also being cheaper!"

Additionally, user Andrew Steel is reporting that this blueprint will also work with local Ollama AI using hass-ollama-conversation

Changelog

VersionDescription
v 1.0.0Initial release