mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 11:26:46 +00:00
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>
36 lines
910 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|