Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.43 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.43 KB

🤖 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