From 8189e04a7e6625d4be3f8e4d64fc9cb91e2e9f2c Mon Sep 17 00:00:00 2001 From: ufozone Date: Sun, 17 Dec 2023 01:13:36 +0100 Subject: [PATCH] Change attributes from sensor entity --- README.md | 2 +- info.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a53cdc1..5bba2ed 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ _These entities are disabled by default. You have to activate it if you want to ``` attributes: - wlan_name, id, quota, used, duration, status, create_time, start_time, end_time, status_expires, byte_quota, up_bandwidth, down_bandwidth, last_poll + wlan_name, id, quota, used, duration, status, create_time, start_time, end_time, status_expires, usage_quota, rate_max_up, rate_max_down, last_poll ``` ### Services diff --git a/info.md b/info.md index a53cdc1..5bba2ed 100644 --- a/info.md +++ b/info.md @@ -225,7 +225,7 @@ _These entities are disabled by default. You have to activate it if you want to ``` attributes: - wlan_name, id, quota, used, duration, status, create_time, start_time, end_time, status_expires, byte_quota, up_bandwidth, down_bandwidth, last_poll + wlan_name, id, quota, used, duration, status, create_time, start_time, end_time, status_expires, usage_quota, rate_max_up, rate_max_down, last_poll ``` ### Services