NEW AI for Home Assistant - v1.0.0 Released!

AI-Powered Home Assistant Configuration Assistant

Transform complex Home Assistant YAML configurations into simple natural language conversations. AIGHT uses artificial intelligence (GPT-4, Claude, Gemini) to generate automations, scripts, and dashboards by simply describing what you want in plain English.

6+ LLM Providers
7 Config Types
100% HACS Ready

Features

Revolutionary AI features for Home Assistant automation and configuration management

🤖

Natural Language AI Processing

Use AI to describe Home Assistant automations in plain English. No more wrestling with complex YAML syntax.

👁️

Live Preview

See your configuration with real entity data before deploying to production.

🎯

Smart Autocomplete

Intelligent entity suggestions based on your devices and areas.

🔄

Multi-AI LLM Support

Integrate with OpenAI GPT-4, Anthropic Claude, Google Gemini, and more AI providers for Home Assistant.

Validation

Built-in validation catches errors before they reach your system.

🎨

Modern UI

Beautiful interface that follows Home Assistant design standards.

How AI Works with Home Assistant

Transform Home Assistant configuration from code to conversation using artificial intelligence

1

Describe

Type what you want in natural language

"Turn on living room lights when motion is detected after sunset"
2

Generate

AI creates valid YAML configuration

alias: Motion Light Control
trigger:
  - platform: state
    entity_id: binary_sensor.motion
    to: "on"
3

Preview

See live preview with your entities

✅ Motion sensor: Active
💡 Living room light: Ready
4

Deploy

Copy or save to Home Assistant

Installation

Full-Featured Version

Latest & Greatest

Get the complete package with all advanced features:

  • ✨ 4 tabs interface (Generate, Validate, Preview, Help)
  • 🔤 Entity autocomplete with live suggestions
  • 🎯 Example prompt chips for quick access
  • 📊 Live entity count display
  • 🎨 Enhanced UI with animations
Download Full Version

Install via HACS

Easy Updates
  1. Open HACS in Home Assistant
  2. Go to "Integrations"
  3. Click "..." → "Custom repositories"
  4. Add: https://github.com/toml0006/aight
  5. Category: Integration
  6. Search "AI Configuration Assistant"
  7. Click Download & Restart
Open in HACS

Manual Installation

  1. Download the latest release
  2. Copy to custom_components/
  3. Restart Home Assistant
  4. Add integration in Settings
Download Latest Release

Examples

You type:

"Turn on living room lights when motion is detected after sunset"

AIGHT generates:
alias: Living Room Motion Lights
trigger:
  - platform: state
    entity_id: binary_sensor.living_room_motion
    to: "on"
condition:
  - condition: sun
    after: sunset
action:
  - service: light.turn_on
    target:
      entity_id: light.living_room
You type:

"Good night routine: turn off all lights and lock doors"

AIGHT generates:
alias: Good Night Routine
sequence:
  - service: light.turn_off
    target:
      entity_id: all
  - service: lock.lock
    target:
      entity_id: 
        - lock.front_door
        - lock.back_door
You type:

"Create a security dashboard with cameras and door sensors"

AIGHT generates:
type: vertical-stack
cards:
  - type: picture-entity
    entity: camera.front_door
    name: Front Door
  - type: entities
    entities:
      - binary_sensor.front_door
      - binary_sensor.back_door

AI Providers

Choose your preferred AI provider

GPT-4, GPT-3.5
Claude 3
Gemini Pro
Large, Medium
Llama3 70B
Local Models

Frequently Asked Questions

Common questions about using AI with Home Assistant

What is AIGHT for Home Assistant?

AIGHT is an AI-powered configuration assistant that transforms how you create Home Assistant automations. Instead of writing complex YAML code, you can use natural language to describe what you want, and our AI (supporting GPT-4, Claude, Gemini) generates the configuration for you.

How does AI help with Home Assistant automation?

AI simplifies Home Assistant configuration by understanding natural language commands. You can say "turn on lights when motion detected" and the AI will generate the complete YAML automation, including triggers, conditions, and actions - no coding required.

Which AI models work with Home Assistant?

AIGHT supports multiple AI providers for Home Assistant including OpenAI (GPT-4, GPT-3.5 Turbo), Anthropic (Claude 3), Google (Gemini Pro), Mistral AI, Groq (Llama 3), and local models through Ollama integration.

Is AIGHT free for Home Assistant?

Yes! AIGHT is completely free and open-source. You only need an API key from your chosen AI provider (OpenAI, Anthropic, Google, etc.). The integration itself has no cost and can be installed via HACS.

Can AI create complex Home Assistant dashboards?

Absolutely! AIGHT's AI can generate complete Lovelace dashboard configurations, including cards, layouts, and custom components. Just describe your ideal dashboard, and the AI will create the YAML configuration.

How do I install AI for Home Assistant?

Install AIGHT through HACS by adding our repository (github.com/toml0006/aight) as a custom integration, or download directly and copy to your custom_components folder. Then add the integration in Settings and configure your AI provider API key.

Ready to Add AI to Your Home Assistant?

Join thousands using AI to simplify Home Assistant automation. Generate configurations with natural language today.