Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlvcm/ha-actualbudget
Actual Budget integration for Home Assistant
https://github.com/jlvcm/ha-actualbudget
actual-budget actualbudget hacs hacs-integration home-assistant home-assistant-custom-component home-assistant-integration homeassistant homeassistant-custom-component homeassistant-integration
Last synced: 3 months ago
JSON representation
Actual Budget integration for Home Assistant
- Host: GitHub
- URL: https://github.com/jlvcm/ha-actualbudget
- Owner: jlvcm
- Created: 2024-08-22T17:52:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T10:40:30.000Z (4 months ago)
- Last Synced: 2024-09-30T19:02:45.883Z (3 months ago)
- Topics: actual-budget, actualbudget, hacs, hacs-integration, home-assistant, home-assistant-custom-component, home-assistant-integration, homeassistant, homeassistant-custom-component, homeassistant-integration
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:star: If you appreciate this integration, please consider giving it a star! Your support encourages me to continue improving and expanding this project. Thank you! :star:
# Actual Budget integration for Home Assistant
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.
# Features
- 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)# Installation
## HACS
1. Go to HACS page
2. Search for `Actual Budget`
3. Install itNote: If this is not in HACS yet, you can add this repository manually.
## Add The Repository Manually
1.
2.
3. restart home assistant, and add it in the Settings> Devices and services> Add integration> actualbudget
# Configuration
1. Go to Configuration -> Integrations
2. Click on the "+" button
3. Search for `Actual Budget`
4. 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'
```