1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-03 08:10:36 +00:00
Files
core/tests/components/firefly_iii/fixtures/bills.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

45 lines
1.3 KiB
JSON

[
{
"type": "bills",
"id": "2",
"attributes": {
"created_at": "2018-09-17T12:46:47+01:00",
"updated_at": "2018-09-17T12:46:47+01:00",
"currency_id": "5",
"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,
"name": "Rent",
"amount_min": "123.45",
"amount_max": "123.45",
"native_amount_min": "123.45",
"native_amount_max": "123.45",
"date": "2018-09-17T12:46:47+01:00",
"end_date": "2018-09-17T12:46:47+01:00",
"extension_date": "2018-09-17T12:46:47+01:00",
"repeat_freq": "monthly",
"skip": 0,
"active": true,
"order": 1,
"notes": "Some example notes",
"next_expected_match": "2018-09-17T12:46:47+01:00",
"next_expected_match_diff": "today",
"object_group_id": "5",
"object_group_order": 5,
"object_group_title": "Example Group",
"pay_dates": ["2018-09-17T12:46:47+01:00"],
"paid_dates": [
{
"transaction_group_id": "123",
"transaction_journal_id": "123",
"date": "2018-09-17T12:46:47+01:00"
}
]
}
}
]