Personal Capital component for Home Assistant
Hey dude! Help me out for a couple of 🍻 or a ☕!
To get started put all contents of /custom_components/personalcapital/
here:
<config directory>/custom_components/personalcapital/
. You can use this component with the custom Personal Capital Lovelace card.
Example configuration.yaml:
sensor:
platform: personalcapital
email: [email protected]
password: 12345
unit_of_measurement: CAD
monitored_categories:
- investment
- cash
Configuration variables:
key | description |
---|---|
platform (Required) | `personalcapital`` |
email (Required) | Email for personalcapital.com |
password (Required) | Password for personalcapital.com |
unit_of_measurement (Optional) | Unit of measurement for your accounts Default USD |
monitored_categories (Optional) | Banking categories to monitor. By default all categories are monitored. Options are investment, mortgage, cash, other_asset, other_liability, credit, loan |
Note: You'll get a text message with your pin code to use on the frontend to configure
Due to how custom_components
are loaded, it is normal to see a ModuleNotFoundError
error on first boot after adding this, to resolve it, restart Home-Assistant.