⭐ 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.
![SCR-20240830-lpfj](https://private-user-images.githubusercontent.com/1488668/363162264-b8ebd9ca-ccc2-4f60-a9a9-6cf69b71cafe.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjU3MjYsIm5iZiI6MTczOTI2NTQyNiwicGF0aCI6Ii8xNDg4NjY4LzM2MzE2MjI2NC1iOGViZDljYS1jY2MyLTRmNjAtYTlhOS02Y2Y2OWI3MWNhZmUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMDkxNzA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTVhNzJjZjMzMWMzM2Y2NmQ2YmY1YWNiMjJlOTZlNWI4ZTUwNTQ1YTliNmUxZWJkMTFiODljOTE1ZGZkNzEzNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.PDEj3gfgQeFxXPC1SB-i9O9M8rHvoenJHcKRAeEarfY)
![SCR-20240830-lovt](https://private-user-images.githubusercontent.com/1488668/363162289-1ed50bff-77a2-46d4-9dc1-3aff97ee585a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNjU3MjYsIm5iZiI6MTczOTI2NTQyNiwicGF0aCI6Ii8xNDg4NjY4LzM2MzE2MjI4OS0xZWQ1MGJmZi03N2EyLTQ2ZDQtOWRjMS0zYWZmOTdlZTU4NWEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMDkxNzA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NzFlNzZiY2VhNzQ2OWFmM2Q5ZGFkZjQ0Y2Y2OTJkZWE1NGZiYThkZjAzMDc1Yjc5NjAzZTAzZDE3NmY0NjBhMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.IpMnNcduHPacwuPMs8Agbu0Fpo2JVQ2ACL48NZceiqI)
- 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'