I’ve created a custom component for Personal Capital (US only, sorry) that grabs account details into sensors with an accompanying custom card to show the data on the frontend.
You can pick which categories you want to monitor in the component and each category in the card is expandable to view details on balances and when data was last refreshed. I hope to add more features over time, primarily to the card, but wanted to share my current progress. Enjoy!
configuration.yaml
sensor:
platform: personalcapital
email: [email protected]
password: 12345
unit_of_measurement: CAD
monitored_categories:
- investment
- cash
lovelace
resources:
- url: /local/pc-card.js?v=0
type: module
.
.
.
- type: custom:pc-card
title: Money