/sensor.personalcapital

šŸ’µ Personal Capital Integration for Bank Account Monitoring

Primary LanguagePythonMIT LicenseMIT

sensor.personalcapital

Personal Capital component for Home Assistant

GitHub Release License

Project Maintenance GitHub Activity

Discord Community Forum

Support

Hey dude! Help me out for a couple of šŸ» or a ā˜•!

coffee

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: iantrich@email.com
  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.