Bump yalexs to 8.4.2 (#124593)
changelog: https://github.com/bdraco/yalexs/compare/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.
This commit is contained in:
parent
8bc9fd23bb
commit
9ea41b4d26
3 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue