mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Bump aioesphomeapi to 34.1.0 (#148048)
This commit is contained in:
parent
244e0f5ea8
commit
3c4ecffa1b
@ -17,7 +17,7 @@
|
|||||||
"mqtt": ["esphome/discover/#"],
|
"mqtt": ["esphome/discover/#"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"aioesphomeapi==33.1.1",
|
"aioesphomeapi==34.1.0",
|
||||||
"esphome-dashboard-api==1.3.0",
|
"esphome-dashboard-api==1.3.0",
|
||||||
"bleak-esphome==2.16.0"
|
"bleak-esphome==2.16.0"
|
||||||
],
|
],
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -247,7 +247,7 @@ aioelectricitymaps==0.4.0
|
|||||||
aioemonitor==1.0.5
|
aioemonitor==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
aioesphomeapi==33.1.1
|
aioesphomeapi==34.1.0
|
||||||
|
|
||||||
# homeassistant.components.flo
|
# homeassistant.components.flo
|
||||||
aioflo==2021.11.0
|
aioflo==2021.11.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -235,7 +235,7 @@ aioelectricitymaps==0.4.0
|
|||||||
aioemonitor==1.0.5
|
aioemonitor==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.esphome
|
# homeassistant.components.esphome
|
||||||
aioesphomeapi==33.1.1
|
aioesphomeapi==34.1.0
|
||||||
|
|
||||||
# homeassistant.components.flo
|
# homeassistant.components.flo
|
||||||
aioflo==2021.11.0
|
aioflo==2021.11.0
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
'minor': 99,
|
'minor': 99,
|
||||||
}),
|
}),
|
||||||
'device_info': dict({
|
'device_info': dict({
|
||||||
|
'api_encryption_supported': False,
|
||||||
'area': dict({
|
'area': dict({
|
||||||
'area_id': 0,
|
'area_id': 0,
|
||||||
'name': '',
|
'name': '',
|
||||||
|
@ -124,6 +124,7 @@ async def test_diagnostics_with_bluetooth(
|
|||||||
"storage_data": {
|
"storage_data": {
|
||||||
"api_version": {"major": 99, "minor": 99},
|
"api_version": {"major": 99, "minor": 99},
|
||||||
"device_info": {
|
"device_info": {
|
||||||
|
"api_encryption_supported": False,
|
||||||
"area": {"area_id": 0, "name": ""},
|
"area": {"area_id": 0, "name": ""},
|
||||||
"areas": [],
|
"areas": [],
|
||||||
"bluetooth_mac_address": "**REDACTED**",
|
"bluetooth_mac_address": "**REDACTED**",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user