You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to see the projected savings value show up as a sensor when using tracking budgeting.
May also need some checks for tracking budgeting to avoid the following error that i see in logs
Error while setting up actualbudget platform for sensor
File "/usr/local/lib/python3.13/site-packages/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/actualbudget/sensor.py", line 87, in async_setup_entry
budgets = await api.get_budgets()
^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/actualbudget/actualbudget.py", line 128, in get_budgets
return await self.hass.async_add_executor_job(self.get_budgets_sync)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/actualbudget/actualbudget.py", line 135, in get_budgets_sync
category = str(budget_raw.category.name)
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'name'`
The text was updated successfully, but these errors were encountered:
Would like to see the projected savings value show up as a sensor when using tracking budgeting.
![image](https://private-user-images.githubusercontent.com/26312697/403461196-77850d14-6a31-401f-9581-213b5f5e27af.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzODc5NDQsIm5iZiI6MTczOTM4NzY0NCwicGF0aCI6Ii8yNjMxMjY5Ny80MDM0NjExOTYtNzc4NTBkMTQtNmEzMS00MDFmLTk1ODEtMjEzYjVmNWUyN2FmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDE5MTQwNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhYTBmOTJjMzg1YjQxZDBjNjlhZGNiMzg5YWQ0YTk0ODRjNDQ5YzNjMjIxYTZjNGY3NDk4YTk2MmIwNGM3ZjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.8KIWgwIdGWFBK5Z0Wv9eanXQTz8dESJMQXZRae-vgzY)
May also need some checks for tracking budgeting to avoid the following error that i see in logs
Error while setting up actualbudget platform for sensor
The text was updated successfully, but these errors were encountered: