Skip to content

hasscc/ai-conversation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🤖 AI Conversation Agent

Install

Method 1: HACS

Method 2: Manually installation via Samba / SFTP

Download and copy custom_components/ai_conversation folder to custom_components folder in your HomeAssistant config folder

Method 3: Onekey shell via SSH / Terminal & SSH add-on

wget -O - https://get.hacs.vip | DOMAIN=ai_conversation REPO_PATH=hasscc/ai-conversation ARCHIVE_TAG=main bash -

Method 4: shell_command service

  1. Copy this code to file configuration.yaml
    shell_command:
      update_ai_conversation: |-
        wget -O - https://get.hacs.vip | DOMAIN=ai_conversation REPO_PATH=hasscc/ai-conversation ARCHIVE_TAG=main bash -
  2. Restart HA core
  3. Call this action: shell_command.update_ai_conversation in Developer Tools
  4. Restart HA core again

Config

Config AI Conversation

Links

About

🤖 AI Conversation Agent for Home Assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages