From f9fc6646d3b7724f2b61bf442e4ce9f6c1e4d448 Mon Sep 17 00:00:00 2001 From: Markus Date: Wed, 6 Dec 2023 21:25:44 +0100 Subject: [PATCH] Bump version to 0.4 and update README --- README.md | 2 +- custom_components/unifi_voucher/manifest.json | 2 +- info.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1585cb8..fbd9b6d 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ _These entities are disabled by default. You have to activate it if you want to ``` attributes: - quota, used, duration, status, create_time, start_time, end_time, status_expires, last_poll + wlan_name, quota, used, duration, status, create_time, start_time, end_time, status_expires, byte_quota, up_bandwidth, down_bandwidth, last_poll ``` ### Logging diff --git a/custom_components/unifi_voucher/manifest.json b/custom_components/unifi_voucher/manifest.json index 66706cd..79c8d18 100644 --- a/custom_components/unifi_voucher/manifest.json +++ b/custom_components/unifi_voucher/manifest.json @@ -16,5 +16,5 @@ "requirements": [ "aiounifi==65" ], - "version": "0.3.0" + "version": "0.4.0" } \ No newline at end of file diff --git a/info.md b/info.md index 1585cb8..fbd9b6d 100644 --- a/info.md +++ b/info.md @@ -142,7 +142,7 @@ _These entities are disabled by default. You have to activate it if you want to ``` attributes: - quota, used, duration, status, create_time, start_time, end_time, status_expires, last_poll + wlan_name, quota, used, duration, status, create_time, start_time, end_time, status_expires, byte_quota, up_bandwidth, down_bandwidth, last_poll ``` ### Logging