Home Assistant lib for integration with Nordigen banking API's using nordigen-python


Keywords
nordigen, banking, home, hassistant, hassio
License
MIT
Install
pip install nordigen-ha-lib==0.1.0

Documentation

Nordigen Home Assistant Integration Lib

Archived

A better testing setup has been implemented in the custom integration so this lib has been integrated directly and is no longer required. All code is now part of https://github.com/dogmatic69/nordigen-homeassistant

GitHub CodeFactor Quality Gate Status CI Coverage Duplicated Lines (%) Maintainability Rating Code Smells Technical Debt Bugs Reliability Rating Security Rating Vulnerabilities PyPi Python 3.8 Python 3.9 Python 3.10

Nordigen is a (always*) free banking API that takes advantage of the EU PSD2 regulations. They connect to banks in over 30 countries using real banking API's (no screen scraping).

This lib uses the generic Nordigen client lib to provide all the logic required for the Home Assistant integration.

This lib was created to make unit testing easy whilst following the layout formats required for HACS to function correctly.