Bump yalexs to 8.5.4 (#124672)
This commit is contained in:
parent
16dd6b1712
commit
9d3895d69a
4 changed files with 4 additions and 7 deletions
|
@ -28,5 +28,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/august",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["pubnub", "yalexs"],
|
||||
"requirements": ["yalexs==8.4.2", "yalexs-ble==2.4.3"]
|
||||
"requirements": ["yalexs==8.5.4", "yalexs-ble==2.4.3"]
|
||||
}
|
||||
|
|
|
@ -2968,7 +2968,7 @@ yalesmartalarmclient==0.4.0
|
|||
yalexs-ble==2.4.3
|
||||
|
||||
# homeassistant.components.august
|
||||
yalexs==8.4.2
|
||||
yalexs==8.5.4
|
||||
|
||||
# homeassistant.components.yeelight
|
||||
yeelight==0.7.14
|
||||
|
|
|
@ -2351,7 +2351,7 @@ yalesmartalarmclient==0.4.0
|
|||
yalexs-ble==2.4.3
|
||||
|
||||
# homeassistant.components.august
|
||||
yalexs==8.4.2
|
||||
yalexs==8.5.4
|
||||
|
||||
# homeassistant.components.yeelight
|
||||
yeelight==0.7.14
|
||||
|
|
|
@ -82,10 +82,7 @@ async def _mock_setup_august(
|
|||
)
|
||||
entry.add_to_hass(hass)
|
||||
with (
|
||||
patch(
|
||||
"yalexs.manager.data.async_create_pubnub",
|
||||
return_value=AsyncMock(),
|
||||
),
|
||||
patch.object(pubnub_mock, "run"),
|
||||
patch("yalexs.manager.data.AugustPubNub", return_value=pubnub_mock),
|
||||
):
|
||||
assert await hass.config_entries.async_setup(entry.entry_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue