mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
Bump aiounifi to v61 (#99686)
* Bump aiounifi to v61 * Alter a test to cover the upstream change
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user