Skip to content

Commit

Permalink
Bump yalexs to 8.5.4 (#124672)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 28, 2024
1 parent 16dd6b1 commit 9d3895d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 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.2", "yalexs-ble==2.4.3"]
"requirements": ["yalexs==8.5.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 @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions tests/components/august/mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d3895d

Please sign in to comment.