1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 11:26:46 +00:00
Files
core/tests/components/firefly_iii/fixtures/budgets.json
Erwin Douna 36cc3682ca Add Firefly III integration (#147062)
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-30 23:34:33 +02:00

36 lines
910 B
JSON

[
{
"type": "budgets",
"id": "2",
"attributes": {
"created_at": "2018-09-17T12:46:47+01:00",
"updated_at": "2018-09-17T12:46:47+01:00",
"name": "Bills",
"active": false,
"notes": "Some notes",
"order": 5,
"auto_budget_type": "reset",
"currency_id": "12",
"currency_code": "EUR",
"currency_symbol": "$",
"currency_decimal_places": 2,
"native_currency_id": "5",
"native_currency_code": "EUR",
"native_currency_symbol": "$",
"native_currency_decimal_places": 2,
"auto_budget_amount": "-1012.12",
"native_auto_budget_amount": "-1012.12",
"auto_budget_period": "monthly",
"spent": [
{
"sum": "123.45",
"currency_id": "5",
"currency_code": "USD",
"currency_symbol": "$",
"currency_decimal_places": 2
}
]
}
}
]