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 GitHub
parent ed7e5c4de6
commit 72614c86c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

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

View File

@ -2448,7 +2448,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

View File

@ -1891,7 +1891,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

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(