Skip to content

Commit

Permalink
Bump yalexs to 8.6.4 (home-assistant#125442)
Browse files Browse the repository at this point in the history
adds a debounce to the updates to ensure we do
not request the activities api too often if
the websocket sends rapid updates

fixes home-assistant#125277
  • Loading branch information
bdraco authored and Gigatrappeur committed Sep 7, 2024
1 parent a0d3f71 commit d7b6592
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/august/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"documentation": "https://www.home-assistant.io/integrations/august",
"iot_class": "cloud_push",
"loggers": ["pubnub", "yalexs"],
"requirements": ["yalexs==8.6.3", "yalexs-ble==2.4.3"]
"requirements": ["yalexs==8.6.4", "yalexs-ble==2.4.3"]
}
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.6.3", "yalexs-ble==2.4.3"]
"requirements": ["yalexs==8.6.4", "yalexs-ble==2.4.3"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3003,7 +3003,7 @@ yalexs-ble==2.4.3

# homeassistant.components.august
# homeassistant.components.yale
yalexs==8.6.3
yalexs==8.6.4

# homeassistant.components.yeelight
yeelight==0.7.14
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,7 @@ yalexs-ble==2.4.3

# homeassistant.components.august
# homeassistant.components.yale
yalexs==8.6.3
yalexs==8.6.4

# homeassistant.components.yeelight
yeelight==0.7.14
Expand Down

0 comments on commit d7b6592

Please sign in to comment.