You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+32-2
Original file line number
Diff line number
Diff line change
@@ -8,5 +8,35 @@
8
8
9
9
[Dijnet](https://www.dijnet.hu/) integration for [Home Assistant](https://www.home-assistant.io/)
10
10
11
-
## Usage:
12
-
Install integration from HACS and add integration from UI.
11
+
## Installation
12
+
13
+
You can install this integration via [HACS](#hacs) or [manually](#manual).
14
+
15
+
### HACS
16
+
17
+
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.
18
+
19
+
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=dijnet)
20
+
21
+
### Manual
22
+
23
+
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.
24
+
25
+
[](https://my.home-assistant.io/redirect/config_flow_start/?domain=dijnet)
26
+
27
+
## Features
28
+
29
+
- 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.
30
+
- 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.
31
+
<!-- - For all providers a calendar entity is created. These entities are disabled by default. You can enable them by selecting 'Enable entity' toggle. The calendar entity registers an event for every incoming invoice. The event start date is the issuance date of the invoice. The event end date is the deadline of the invoice. If the invoices is paid before deadline, the end date of the event became the payment date. If the invoice is not paid until deadline the event end date will be today. -->
32
+
33
+
## Enable debug logging
34
+
35
+
The [logger](https://www.home-assistant.io/integrations/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.
Copy file name to clipboardexpand all lines: custom_components/dijnet/translations/en.json
+4-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
"data": {
6
6
"username": "Username",
7
7
"password": "Password",
8
-
"download_dir": "Download directory"
8
+
"download_dir": "Download directory",
9
+
"encashment_reported_as_paid_after_deadline": "Encashment payments reported as paid after deadline"
9
10
},
10
11
"description": "Set username and password. Optionally set download directory where downloaded invoices should be stored.",
11
12
"title": "Configure Dijnet integration."
@@ -23,7 +24,8 @@
23
24
"init": {
24
25
"data": {
25
26
"password": "Password",
26
-
"download_dir": "Download directory"
27
+
"download_dir": "Download directory",
28
+
"encashment_reported_as_paid_after_deadline": "Encashment payments reported as paid after deadline"
27
29
},
28
30
"description": "Set password. Optionally set download directory where downloaded invoices should be stored. To set username remove the integration and readd.",
"description": "Állítsd be a Dijnet-es felhasználónevedet és jelszavadat. Ha szeretnéd, hogy a számlák letöltésre kerüljenek adj meg egy könyvtárnevet is a letöltés helyének!",
"description": "Állítsd be a Dijnet-es jelszavadat. Ha szeretnéd, hogy a számlák letöltésre kerüljenek adj meg egy könyvtárnevet is a letöltés helyének! Ha felhasználó nevet szeretnél váltani, akkor távolítsd el az integrációt, majd add hozzá újra!",
0 commit comments