Skip to content

diegaccio/ha-hermes-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hermes Agent Home Assistant Add-on

Hermes Agent Home Assistant Add-on

Home Assistant add-on repository for running Hermes Agent inside Home Assistant.

GitHub repository:

  • https://github.com/diegaccio/ha-hermes-addon

Current add-on:

  • hermes_agent: minimal ingress-first wrapper around the official nousresearch/hermes-agent:v2026.5.7 image

Status:

  • current add-on version: 2026.5.7-20
  • pinned to Hermes v2026.5.7
  • targets amd64 and aarch64

Install in Home Assistant

  1. Open Home Assistant.
  2. Go to Settings -> Add-ons -> Add-on Store.
  3. Open the three-dot menu and choose Repositories.
  4. Add this repository URL:
    • https://github.com/diegaccio/ha-hermes-addon
  5. Refresh the Add-on Store if needed.
  6. Open the Hermes Agent add-on.
  7. Click Install.

First start

  1. Open the add-on Configuration tab.
  2. Set at least:
    • model_provider
    • model_name
    • the matching API key field for your provider
  3. Click Save.
  4. Start the add-on.
  5. Open Show in sidebar or the add-on page to access the custom ingress launcher.

Ingress layout

  • The add-on root ingress page is a custom launcher.
  • It includes an embedded terminal in the lower section.
  • It also includes a button to open the full Hermes dashboard.

Terminal access

  • Default: enable_terminal: true
  • Direct terminal route: append /terminal/ to the add-on ingress URL
  • Full Hermes dashboard route: append /dashboard/ to the add-on ingress URL

Notes

  • Supported architectures: amd64, aarch64
  • Hermes state is stored in the add-on private /data directory
  • The dashboard is exposed through Home Assistant ingress on port 9119
  • The web terminal is proxied through ingress at /terminal/
  • The full Hermes dashboard is proxied through ingress at /dashboard/
  • The internal Hermes API stays bound to loopback inside the container

Add-on docs

Detailed add-on options are documented in:

  • hermes_agent/DOCS.md

About

Home Assistant OS add-on for Hermes Agent AI assistant. Includes ingress UI, terminal, dashboard, persistent storage, and gateway support for Telegram, Discord, Slack, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors