Skip to content

Commit

Permalink
Bump version to 0.4 and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus authored and Markus committed Dec 6, 2023
1 parent c2bb127 commit f9fc664
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/unifi_voucher/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"requirements": [
"aiounifi==65"
],
"version": "0.3.0"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9fc664

Please sign in to comment.