Bump ring-doorbell to 0.9.5 (#126264)
* Bump ring_doorbell to 0.9.5 * Update number snapshot
This commit is contained in:
parent
9988c66d67
commit
b18b532b40
4 changed files with 5 additions and 5 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -397,7 +397,7 @@
|
|||
}),
|
||||
'area_id': None,
|
||||
'capabilities': dict({
|
||||
'max': 10,
|
||||
'max': 11,
|
||||
'min': 0,
|
||||
'mode': <NumberMode.SLIDER: 'slider'>,
|
||||
'step': 1,
|
||||
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue