1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-10 08:15:14 +01: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:
Steven B
2024-03-29 11:47:21 +00:00
committed by Franck Nijhof
parent 906febadef
commit db7d0a0ee9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,5 +13,5 @@
"documentation": "https://www.home-assistant.io/integrations/ring",
"iot_class": "cloud_polling",
"loggers": ["ring_doorbell"],
"requirements": ["ring-doorbell[listen]==0.8.7"]
"requirements": ["ring-doorbell[listen]==0.8.8"]
}
+1 -1
View File
@@ -2444,7 +2444,7 @@ rfk101py==0.0.1
rflink==0.0.66
# homeassistant.components.ring
ring-doorbell[listen]==0.8.7
ring-doorbell[listen]==0.8.8
# homeassistant.components.fleetgo
ritassist==0.9.2
+1 -1
View File
@@ -1887,7 +1887,7 @@ reolink-aio==0.8.9
rflink==0.0.66
# homeassistant.components.ring
ring-doorbell[listen]==0.8.7
ring-doorbell[listen]==0.8.8
# homeassistant.components.roku
rokuecp==0.19.2
+1 -1
View File
@@ -87,7 +87,7 @@ async def test_history(
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")
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(