-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Original Budgeted Amount #13
Comments
I think I understand what you're asking, but lets clarify. Are you talking about the optional categories? For example, if you've added a category to track where you budgeted 100 and spend 40, the sensor would return 60, but you're also looking to see the 100? |
Correct. When I build a gauge in home assistant I would set the range to be 0-100 with the data point showing 60 since 60 is what I have left. It would count down from budgeted amount to zero. |
I am not sure that is going to work in all situations. Here is an example where this would not work: To help understand, The API returns 3 values related to this:
You assign 100 in July and only use 60. You are left over with 40 dollars which gets carried over into August as Balance. In the example above, the gauge will read above budgeted until your spend (ie, activity) is more than last month's carry over, which may or may not happen. |
I think that in this case, we should return the current (total) balance budgeted for the categories. |
I would also love to see this implemented. |
I made a change, lets see how well it works and if any further changes will be required. You should see a new attribute for each monitored category with For example, If I am monitoring a category called water, you should see 2 attributes: |
Forgot to say here, but I am now using it in our family dashboard and it works like charm. Thank you for adding this <3 |
Thanks for confirming. I will move it out of beta in the new few days. |
In addition to importing the amount I have left in my budget, I would love to see it also include the original budgeted amount.
This way I can create my budgets in YNAB and have my custom bar-card update automatically with the correct graph information.
And example of this is below.
Ideally, I want the
max
value to be imported as well, with that being what I had originally budgeted.The text was updated successfully, but these errors were encountered: