Skip to content

Commit dd9dad8

Browse files
authored
Bump habluetooth to 3.42.0 and bleak-esphome to 2.14.0 (#143787)
1 parent 9992ade commit dd9dad8

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed

homeassistant/components/bluetooth/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"bluetooth-auto-recovery==1.4.5",
2222
"bluetooth-data-tools==1.28.0",
2323
"dbus-fast==2.43.0",
24-
"habluetooth==3.39.0"
24+
"habluetooth==3.42.0"
2525
]
2626
}

homeassistant/components/eq3btsmart/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
"integration_type": "device",
2323
"iot_class": "local_polling",
2424
"loggers": ["eq3btsmart"],
25-
"requirements": ["eq3btsmart==1.4.1", "bleak-esphome==2.13.1"]
25+
"requirements": ["eq3btsmart==1.4.1", "bleak-esphome==2.14.0"]
2626
}

homeassistant/components/esphome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"requirements": [
2020
"aioesphomeapi==30.0.1",
2121
"esphome-dashboard-api==1.3.0",
22-
"bleak-esphome==2.13.1"
22+
"bleak-esphome==2.14.0"
2323
],
2424
"zeroconf": ["_esphomelib._tcp.local."]
2525
}

homeassistant/package_constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dbus-fast==2.43.0
3434
fnv-hash-fast==1.5.0
3535
go2rtc-client==0.1.2
3636
ha-ffmpeg==3.2.2
37-
habluetooth==3.39.0
37+
habluetooth==3.42.0
3838
hass-nabucasa==0.96.0
3939
hassil==2.2.3
4040
home-assistant-bluetooth==1.13.1

requirements_all.txt

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/bluetooth/test_diagnostics.py

+4
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ async def test_diagnostics_macos(
353353
"1": {"__type": "<class 'bytes'>", "repr": "b'\\x01'"}
354354
},
355355
"name": "wohand",
356+
"raw": None,
356357
"rssi": -127,
357358
"service_data": {},
358359
"service_uuids": [],
@@ -382,6 +383,7 @@ async def test_diagnostics_macos(
382383
"1": {"__type": "<class 'bytes'>", "repr": "b'\\x01'"}
383384
},
384385
"name": "wohand",
386+
"raw": None,
385387
"rssi": -127,
386388
"service_data": {},
387389
"service_uuids": [],
@@ -556,6 +558,7 @@ def inject_advertisement(
556558
"1": {"__type": "<class 'bytes'>", "repr": "b'\\x01'"}
557559
},
558560
"name": "wohand",
561+
"raw": None,
559562
"rssi": -127,
560563
"service_data": {},
561564
"service_uuids": [],
@@ -585,6 +588,7 @@ def inject_advertisement(
585588
"1": {"__type": "<class 'bytes'>", "repr": "b'\\x01'"}
586589
},
587590
"name": "wohand",
591+
"raw": None,
588592
"rssi": -127,
589593
"service_data": {},
590594
"service_uuids": [],

tests/components/switchbot/snapshots/test_diagnostics.ambr

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
}),
6565
}),
6666
'name': 'W1080000',
67+
'raw': None,
6768
'rssi': -60,
6869
'service_data': dict({
6970
'0000fd3d-0000-1000-8000-00805f9b34fb': dict({

0 commit comments

Comments
 (0)