Bump yalexs to 8.5.4 (#124672)

This commit is contained in:
J. Nick Koston 2024-08-27 15:36:00 -10:00 committed by GitHub
parent 16dd6b1712
commit 9d3895d69a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 7 deletions

View file

@ -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"]
}

View file

@ -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

View file

@ -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

View file

@ -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)