Skip to content

mmstano/sensor.empowerpersonalcapital

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sensor.empowerpersonalcapital

Empower RET (Personal Capital) component for Home Assistant Rebuilt using ChocoTonic's library.

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/empower_ret/ here: <config directory>/custom_components/empower_ret/.

Example configuration.yaml:

sensor:
  - platform: empower_ret
    email: your_email@example.com
    password: your_password
    unit_of_measurement: USD  # Optional, defaults to USD
    monitored_categories:      # Optional, specify which sensors you want
      - investment
      - cash
      - mortgage
      - credit
      - loan
      - other_asset
      - other_liability

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.

About

💵 Empower - Personal Capital Integration for Bank Account Monitoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%