My Wallet — track your investment portfolios in Home Assistant

I’m building My Wallet — a HACS custom integration for tracking investment wallets:

:briefcase: Valors Any Yahoo Finance symbol: stocks, ETFs, crypto, indices
:currency_exchange: Currency Live FX conversion to the wallet’s base currency
:stopwatch: Updates Per-wallet interval (5–1440 min) + manual refresh service
:new_button: 1.1.0 Invested amount + Profit / Profit % sensors
:globe_showing_europe_africa: Languages English, Polish, Czech
:package: No extra deps Just aiohttp, prices straight from Yahoo

How it works

  1. Create a wallet and set its base currency.
  2. Add valors — just a Yahoo Finance symbol (e.g. AAPL, VWCE.DE, BTC-USD) and the amount of units you hold.
  3. Optionally enter how much you invested to get Invested / Profit / Profit % sensors.
  4. 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!