mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Bump yalexs to 8.5.4 (#124672)
This commit is contained in:
parent
16dd6b1712
commit
9d3895d69a
@ -28,5 +28,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/august",
|
"documentation": "https://www.home-assistant.io/integrations/august",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["pubnub", "yalexs"],
|
"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
|
yalexs-ble==2.4.3
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
yalexs==8.4.2
|
yalexs==8.5.4
|
||||||
|
|
||||||
# homeassistant.components.yeelight
|
# homeassistant.components.yeelight
|
||||||
yeelight==0.7.14
|
yeelight==0.7.14
|
||||||
|
@ -2351,7 +2351,7 @@ yalesmartalarmclient==0.4.0
|
|||||||
yalexs-ble==2.4.3
|
yalexs-ble==2.4.3
|
||||||
|
|
||||||
# homeassistant.components.august
|
# homeassistant.components.august
|
||||||
yalexs==8.4.2
|
yalexs==8.5.4
|
||||||
|
|
||||||
# homeassistant.components.yeelight
|
# homeassistant.components.yeelight
|
||||||
yeelight==0.7.14
|
yeelight==0.7.14
|
||||||
|
@ -82,10 +82,7 @@ async def _mock_setup_august(
|
|||||||
)
|
)
|
||||||
entry.add_to_hass(hass)
|
entry.add_to_hass(hass)
|
||||||
with (
|
with (
|
||||||
patch(
|
patch.object(pubnub_mock, "run"),
|
||||||
"yalexs.manager.data.async_create_pubnub",
|
|
||||||
return_value=AsyncMock(),
|
|
||||||
),
|
|
||||||
patch("yalexs.manager.data.AugustPubNub", return_value=pubnub_mock),
|
patch("yalexs.manager.data.AugustPubNub", return_value=pubnub_mock),
|
||||||
):
|
):
|
||||||
assert await hass.config_entries.async_setup(entry.entry_id)
|
assert await hass.config_entries.async_setup(entry.entry_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user