📦 WhereIsIt — Know exactly where everything is

Hey everyone! I built a Home Assistant add-on to solve a problem I think many of us have: “Where did I put that thing?” I know there are other tools out there that do this, but the ones I found were packed with so many features — I just wanted something simple.

WhereIsIt is a physical storage management system that runs entirely inside Home Assistant. Organize your stuff into Units → Boxes → Items, slap a QR code on each box, and never lose track of anything again.

:sparkles: Features

  • Hierarchical Storage — Create storage units (Garage, Attic, Closet), add boxes inside them, and track items in each box
  • QR Code Labels — Generate and print QR codes for your boxes. Scan them with the HA Companion App to instantly see what’s inside
  • Powerful Search — Find any item or box instantly with full-text search and category filters
  • Category Management — Organize items into categories with a color-coded management screen
  • Item Photos — Take a photo of items for visual identification
  • Mobile-First Design — Built for the HA Companion App with a responsive Material Design UI
  • Runs Locally — Everything stays on your HA instance. No cloud, no accounts, no subscriptions

:camera_flash: How it works

  1. Create a Storage Unit (e.g., “Garage Shelves”)
  2. Add Boxes to it (e.g., “Box #1 - Christmas Decorations”)
  3. Add Items with descriptions, quantities, categories, and photos
  4. Print the QR code and stick it on the physical box
  5. Months later, scan the QR code → instantly see what’s inside :tada:

:wrench: Tech Stack

  • Frontend: Lit + Vite (Material Web Components)
  • Backend: Python + FastAPI + SQLAlchemy
  • Database: SQLite (persistent, no setup needed)

:inbox_tray: Installation

Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.

Or manually add the repository URL:

GitHub: D3L05/homeassistant-whereisit

Feedback, ideas, and contributions are very welcome! :raised_hands:

Is this something like:

Thats a MCP for the existing Homebox, wich for me was something with more options that I wanted, I needed something simpler, thanks!