Skip to content

Commit

Permalink
Bump yalexs to 8.4.2 (home-assistant#124593)
Browse files Browse the repository at this point in the history
changelog: bdraco/yalexs@v8.4.1...v8.4.2

If the pubnub connection failed, the integration would fallback
to polling. This would could get users banned so we no longer do that.
  • Loading branch information
bdraco authored Aug 25, 2024
1 parent 8bc9fd2 commit 9ea41b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.1", "yalexs-ble==2.4.3"]
"requirements": ["yalexs==8.4.2", "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 @@ -2968,7 +2968,7 @@ yalesmartalarmclient==0.4.0
yalexs-ble==2.4.3

# homeassistant.components.august
yalexs==8.4.1
yalexs==8.4.2

# 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 @@ -2348,7 +2348,7 @@ yalesmartalarmclient==0.4.0
yalexs-ble==2.4.3

# homeassistant.components.august
yalexs==8.4.1
yalexs==8.4.2

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

0 comments on commit 9ea41b4

Please sign in to comment.