Bump aiounifi to v61 (#99686)

* Bump aiounifi to v61

* Alter a test to cover the upstream change
This commit is contained in:
Robert Svensson 2023-09-05 21:13:28 +02:00 committed by GitHub
parent 7ab1913ba4
commit b0e40d95ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -336,8 +336,8 @@ async def test_bandwidth_sensors(
"mac": "00:00:00:00:00:02",
"name": "Wireless client",
"oui": "Producer",
"rx_bytes-r": 2345000000,
"tx_bytes-r": 6789000000,
"rx_bytes-r": 2345000000.0,
"tx_bytes-r": 6789000000.0,
}
options = {
CONF_ALLOW_BANDWIDTH_SENSORS: True,