Skip to content

Commit

Permalink
Bump ring-doorbell to 0.9.5 (#126264)
Browse files Browse the repository at this point in the history
* Bump ring_doorbell to 0.9.5

* Update number snapshot
  • Loading branch information
sdb9696 authored Sep 19, 2024
1 parent 9988c66 commit b18b532
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ring/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"iot_class": "cloud_polling",
"loggers": ["ring_doorbell"],
"quality_scale": "silver",
"requirements": ["ring-doorbell[listen]==0.9.3"]
"requirements": ["ring-doorbell[listen]==0.9.5"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2540,7 +2540,7 @@ rfk101py==0.0.1
rflink==0.0.66

# homeassistant.components.ring
ring-doorbell[listen]==0.9.3
ring-doorbell[listen]==0.9.5

# homeassistant.components.fleetgo
ritassist==0.9.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ reolink-aio==0.9.9
rflink==0.0.66

# homeassistant.components.ring
ring-doorbell[listen]==0.9.3
ring-doorbell[listen]==0.9.5

# homeassistant.components.roku
rokuecp==0.19.3
Expand Down
4 changes: 2 additions & 2 deletions tests/components/ring/snapshots/test_number.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
}),
'area_id': None,
'capabilities': dict({
'max': 10,
'max': 11,
'min': 0,
'mode': <NumberMode.SLIDER: 'slider'>,
'step': 1,
Expand Down Expand Up @@ -434,7 +434,7 @@
'attributes': ReadOnlyDict({
'attribution': 'Data provided by Ring.com',
'friendly_name': 'Downstairs Volume',
'max': 10,
'max': 11,
'min': 0,
'mode': <NumberMode.SLIDER: 'slider'>,
'step': 1,
Expand Down

0 comments on commit b18b532

Please sign in to comment.