mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Bump python-ring-doorbell to 0.8.8 (#114431)
* Bump ring_doorbell to 0.8.8 * Fix intercom history test for new library version --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
ed7e5c4de6
commit
72614c86c2
@ -13,5 +13,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/ring",
|
"documentation": "https://www.home-assistant.io/integrations/ring",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["ring_doorbell"],
|
"loggers": ["ring_doorbell"],
|
||||||
"requirements": ["ring-doorbell[listen]==0.8.7"]
|
"requirements": ["ring-doorbell[listen]==0.8.8"]
|
||||||
}
|
}
|
||||||
|
@ -2448,7 +2448,7 @@ rfk101py==0.0.1
|
|||||||
rflink==0.0.66
|
rflink==0.0.66
|
||||||
|
|
||||||
# homeassistant.components.ring
|
# homeassistant.components.ring
|
||||||
ring-doorbell[listen]==0.8.7
|
ring-doorbell[listen]==0.8.8
|
||||||
|
|
||||||
# homeassistant.components.fleetgo
|
# homeassistant.components.fleetgo
|
||||||
ritassist==0.9.2
|
ritassist==0.9.2
|
||||||
|
@ -1891,7 +1891,7 @@ reolink-aio==0.8.9
|
|||||||
rflink==0.0.66
|
rflink==0.0.66
|
||||||
|
|
||||||
# homeassistant.components.ring
|
# homeassistant.components.ring
|
||||||
ring-doorbell[listen]==0.8.7
|
ring-doorbell[listen]==0.8.8
|
||||||
|
|
||||||
# homeassistant.components.roku
|
# homeassistant.components.roku
|
||||||
rokuecp==0.19.2
|
rokuecp==0.19.2
|
||||||
|
@ -87,7 +87,7 @@ async def test_history(
|
|||||||
assert front_door_last_activity_state.state == "2017-03-05T15:03:40+00:00"
|
assert front_door_last_activity_state.state == "2017-03-05T15:03:40+00:00"
|
||||||
|
|
||||||
ingress_last_activity_state = hass.states.get("sensor.ingress_last_activity")
|
ingress_last_activity_state = hass.states.get("sensor.ingress_last_activity")
|
||||||
assert ingress_last_activity_state.state == "unknown"
|
assert ingress_last_activity_state.state == "2024-02-02T11:21:24+00:00"
|
||||||
|
|
||||||
|
|
||||||
async def test_only_chime_devices(
|
async def test_only_chime_devices(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user