A physical storage management system for Home Assistant.
- Hierarchical Storage: Units -> Boxes -> Items
- QR Codes: Generate and print QR codes for boxes.
- Search: Quickly find items or boxes.
- Mobile First: Designed for the Home Assistant Companion App.
- Click the button above to add this repository to your Home Assistant instance.
- Install "WhereIsIt" from the Add-on Store.
- Start the addon.
- Open the app from the sidebar.
- Create Storage Unit: Define a location (e.g., Garage, Attic).
- Add Boxes: Create boxes within units. The system generates a unique slug.
- Add Items: List contents of each box.
- Connect:
- QR Code: Open a box view and click the QR icon. Print and stick to the box.
- Frontend: Lit + Vite
- Backend: Python + FastAPI + SQLAlchemy
- Database: SQLite
