mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Bump habluetooth to 3.42.0 and bleak-esphome to 2.14.0 (#143787)
This commit is contained in:
parent
9992ade051
commit
dd9dad80be
@ -21,6 +21,6 @@
|
||||
"bluetooth-auto-recovery==1.4.5",
|
||||
"bluetooth-data-tools==1.28.0",
|
||||
"dbus-fast==2.43.0",
|
||||
"habluetooth==3.39.0"
|
||||
"habluetooth==3.42.0"
|
||||
]
|
||||
}
|
||||
|
@ -22,5 +22,5 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["eq3btsmart"],
|
||||
"requirements": ["eq3btsmart==1.4.1", "bleak-esphome==2.13.1"]
|
||||
"requirements": ["eq3btsmart==1.4.1", "bleak-esphome==2.14.0"]
|
||||
}
|
||||
|
@ -19,7 +19,7 @@
|
||||
"requirements": [
|
||||
"aioesphomeapi==30.0.1",
|
||||
"esphome-dashboard-api==1.3.0",
|
||||
"bleak-esphome==2.13.1"
|
||||
"bleak-esphome==2.14.0"
|
||||
],
|
||||
"zeroconf": ["_esphomelib._tcp.local."]
|
||||
}
|
||||
|
@ -34,7 +34,7 @@ dbus-fast==2.43.0
|
||||
fnv-hash-fast==1.5.0
|
||||
go2rtc-client==0.1.2
|
||||
ha-ffmpeg==3.2.2
|
||||
habluetooth==3.39.0
|
||||
habluetooth==3.42.0
|
||||
hass-nabucasa==0.96.0
|
||||
hassil==2.2.3
|
||||
home-assistant-bluetooth==1.13.1
|
||||
|
4
requirements_all.txt
generated
4
requirements_all.txt
generated
@ -607,7 +607,7 @@ bizkaibus==0.1.1
|
||||
|
||||
# homeassistant.components.eq3btsmart
|
||||
# homeassistant.components.esphome
|
||||
bleak-esphome==2.13.1
|
||||
bleak-esphome==2.14.0
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
bleak-retry-connector==3.9.0
|
||||
@ -1118,7 +1118,7 @@ ha-silabs-firmware-client==0.2.0
|
||||
habiticalib==0.3.7
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
habluetooth==3.39.0
|
||||
habluetooth==3.42.0
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.96.0
|
||||
|
4
requirements_test_all.txt
generated
4
requirements_test_all.txt
generated
@ -538,7 +538,7 @@ bimmer-connected[china]==0.17.2
|
||||
|
||||
# homeassistant.components.eq3btsmart
|
||||
# homeassistant.components.esphome
|
||||
bleak-esphome==2.13.1
|
||||
bleak-esphome==2.14.0
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
bleak-retry-connector==3.9.0
|
||||
@ -960,7 +960,7 @@ ha-silabs-firmware-client==0.2.0
|
||||
habiticalib==0.3.7
|
||||
|
||||
# homeassistant.components.bluetooth
|
||||
habluetooth==3.39.0
|
||||
habluetooth==3.42.0
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.96.0
|
||||
|
@ -353,6 +353,7 @@ async def test_diagnostics_macos(
|
||||
"1": {"__type": "<class 'bytes'>", "repr": "b'\\x01'"}
|
||||
},
|
||||
"name": "wohand",
|
||||
"raw": None,
|
||||
"rssi": -127,
|
||||
"service_data": {},
|
||||
"service_uuids": [],
|
||||
@ -382,6 +383,7 @@ async def test_diagnostics_macos(
|
||||
"1": {"__type": "<class 'bytes'>", "repr": "b'\\x01'"}
|
||||
},
|
||||
"name": "wohand",
|
||||
"raw": None,
|
||||
"rssi": -127,
|
||||
"service_data": {},
|
||||
"service_uuids": [],
|
||||
@ -556,6 +558,7 @@ async def test_diagnostics_remote_adapter(
|
||||
"1": {"__type": "<class 'bytes'>", "repr": "b'\\x01'"}
|
||||
},
|
||||
"name": "wohand",
|
||||
"raw": None,
|
||||
"rssi": -127,
|
||||
"service_data": {},
|
||||
"service_uuids": [],
|
||||
@ -585,6 +588,7 @@ async def test_diagnostics_remote_adapter(
|
||||
"1": {"__type": "<class 'bytes'>", "repr": "b'\\x01'"}
|
||||
},
|
||||
"name": "wohand",
|
||||
"raw": None,
|
||||
"rssi": -127,
|
||||
"service_data": {},
|
||||
"service_uuids": [],
|
||||
|
@ -64,6 +64,7 @@
|
||||
}),
|
||||
}),
|
||||
'name': 'W1080000',
|
||||
'raw': None,
|
||||
'rssi': -60,
|
||||
'service_data': dict({
|
||||
'0000fd3d-0000-1000-8000-00805f9b34fb': dict({
|
||||
|
Loading…
x
Reference in New Issue
Block a user