Method 1: HACS
Download and copy
custom_components/ai_conversation
folder tocustom_components
folder in your HomeAssistant config folder
wget -O - https://get.hacs.vip | DOMAIN=ai_conversation REPO_PATH=hasscc/ai-conversation ARCHIVE_TAG=main bash -
- 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 -
- Restart HA core
- Call this
action: shell_command.update_ai_conversation
in Developer Tools - Restart HA core again