⭐ If you appreciate this integration, please consider giving it a star! Your support encourages me to continue improving and expanding this project. Thank you! ⭐
This is a custom integration for Home Assistant that allows you to track your actual budget.
Note: It's a work in progress, it should work but it may have some bugs and breaking changes.
- Gets all accounts balance and set it as sensors
- Gets all budgets and set the current month as sensors (last month and total are set as extra attributes)
- Go to HACS page
- Search for
Actual Budget
- Install it
Note: If this is not in HACS yet, you can add this repository manually.
- restart home assistant, and add it in the Settings> Devices and services> Add integration> actualbudget
- Go to Configuration -> Integrations
- Click on the "+" button
- Search for
Actual Budget
- Enter the needed information
Setting | Required | Description |
---|---|---|
Endpoint | Yes | The endpoint of the Actual Budget API |
Password | Yes | The password of the Actual Budget API |
Encrypt Password | No | The password to decrypt the Actual Budget file (if set) |
File | Yes | The file id of the Actual Budget file |
Cert | No | The certificate to use for the connection, you can set it as 'SKIP' to ignore certificate validation |
Example:
Endpoint: https://localhost:5001
Password: password
Encrypt Password: ''
File: ab7c8d8e-048b-41b1-a9cf-13f0679edc0b
Cert: 'SKIP'