Dijnet integration for Home Assistant
You can install this integration via HACS or manually.
This integration is included in HACS. Search for the Dijnet
integration and choose install. Reboot Home Assistant and configure the 'Dijnet' integration via the integrations page or press the blue button below.
Copy the custom_components/dijnet
to your custom_components
folder. Reboot Home Assistant and configure the 'Dijnet' integration via the integrations page or press the blue button below.
- The integration provides services for every invoice issuer. Every invoice issuer could have multiple providers. For example DBH Zrt. invoice issuer handles invoices for FV Zrt. and FCSM Zrt. In that case the integration creates separate sensors for these providers.
- For all providers an invoice amount sensor is created. It contains the sum of unpaid amount for a provider. The details of the unpaid invoices can be read out from
unpaid_invoices
attribute of the sensor.
The logger integration lets you define the level of logging activities in Home Assistant. Turning on debug mode will show more information about the running of the integration in the homeassistant.log file.
logger:
default: error
logs:
custom_components.dijnet: debug