* Possibility to configure unsupported account_types Changed conditions to be able to configure unsupported account_types like: Loan, Creditcards, Call money, etcpp. Those accounts won't be added automatically. But with this fix you can add them manually via configuration if needed. * chore: add integration_type for fints fix: lint error chore: add more info to warning for debugging purpose * Possibility to configure unsupported account_types Changed conditions to be able to configure unsupported account_types like: Loan, Creditcards, Call money, etcpp. Those accounts won't be added automatically. But with this fix you can add them manually via configuration if needed. * chore: broken merge * fix: remove version from manifest.json --------- Co-authored-by: Erik Montnemery <erik@montnemery.com>
10 lines
280 B
JSON
10 lines
280 B
JSON
{
|
|
"domain": "fints",
|
|
"name": "FinTS",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/fints",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["fints", "mt_940", "sepaxml"],
|
|
"requirements": ["fints==3.1.0"]
|
|
}
|