Empower RET (Personal Capital) component for Home Assistant Rebuilt using ChocoTonic's library.
Hey dude! Help me out for a couple of 🍻 or a ☕!
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_liabilityConfiguration 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.
