laszlojakab / homeassistant-dijnet

Dijnet integration for Home Assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homeassistant-dijnet

hacs_badge GitHub release (latest by date including pre-releases) GitHub GitHub all releases HA integration usage Donate

Dijnet integration for Home Assistant

Installation

You can install this integration via HACS or manually.

HACS

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.

Open your Home Assistant instance and start setting up a new integration.

Manual

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.

Open your Home Assistant instance and start setting up a new integration.

Features

  • 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.

Enable debug logging

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

About

Dijnet integration for Home Assistant

License:MIT License


Languages

Language:Python 100.0%