I’m building My Wallet — a HACS custom integration for tracking investment wallets:
| Any Yahoo Finance symbol: stocks, ETFs, crypto, indices | |
| Live FX conversion to the wallet’s base currency | |
| Per-wallet interval (5–1440 min) + manual refresh service | |
| Invested amount + Profit / Profit % sensors | |
| English, Polish, Czech | |
| Just aiohttp, prices straight from Yahoo |
How it works
- Create a wallet and set its base currency.
- Add valors — just a Yahoo Finance symbol (e.g.
AAPL,VWCE.DE,BTC-USD) and the amount of units you hold. - Optionally enter how much you invested to get Invested / Profit / Profit % sensors.
- You get one sensor per valor plus wallet totals — all grouped under a single device per wallet, ready for dashboards and automations.
If a symbol fails (typo, delisted), the rest of the wallet keeps updating and the affected sensor is flagged. A my_wallet.refresh service forces an immediate update without waiting for the schedule.
Install via HACS (custom repository) — details in the README.
Feedback and feature ideas welcome — issue tracker. If you try it out, let me know what’s missing!