Skip to content

Commit

Permalink
Update yalexs-ble to 2.5.0 (#127696)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 6, 2024
1 parent e6bc1f0 commit 8ae3b43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/august/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"documentation": "https://www.home-assistant.io/integrations/august",
"iot_class": "cloud_push",
"loggers": ["pubnub", "yalexs"],
"requirements": ["yalexs==8.9.0", "yalexs-ble==2.4.3"]
"requirements": ["yalexs==8.9.0", "yalexs-ble==2.5.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/yale/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"documentation": "https://www.home-assistant.io/integrations/yale",
"iot_class": "cloud_push",
"loggers": ["socketio", "engineio", "yalexs"],
"requirements": ["yalexs==8.9.0", "yalexs-ble==2.4.3"]
"requirements": ["yalexs==8.9.0", "yalexs-ble==2.5.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/yalexs_ble/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/yalexs_ble",
"iot_class": "local_push",
"requirements": ["yalexs-ble==2.4.3"]
"requirements": ["yalexs-ble==2.5.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3010,7 +3010,7 @@ yalesmartalarmclient==0.4.3
# homeassistant.components.august
# homeassistant.components.yale
# homeassistant.components.yalexs_ble
yalexs-ble==2.4.3
yalexs-ble==2.5.0

# homeassistant.components.august
# homeassistant.components.yale
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2396,7 +2396,7 @@ yalesmartalarmclient==0.4.3
# homeassistant.components.august
# homeassistant.components.yale
# homeassistant.components.yalexs_ble
yalexs-ble==2.4.3
yalexs-ble==2.5.0

# homeassistant.components.august
# homeassistant.components.yale
Expand Down

0 comments on commit 8ae3b43

Please sign in to comment.