Skip to content

Commit

Permalink
Change attributes from sensor entity
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Dec 17, 2023
1 parent da7fe1c commit 8189e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8189e04

Please sign in to comment.