Updated ring_doorbell dependency to 0.2.2 (#17945)
- Resolves an issue with the sensor platform for Ring Spotlight Cam devicespull/17969/head
parent
cb73a8bbb0
commit
03dd1e6870
|
@ -12,7 +12,7 @@ import voluptuous as vol
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
|
||||
|
||||
REQUIREMENTS = ['ring_doorbell==0.2.1']
|
||||
REQUIREMENTS = ['ring_doorbell==0.2.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1299,7 +1299,7 @@ restrictedpython==4.0b5
|
|||
rflink==0.0.37
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.2.1
|
||||
ring_doorbell==0.2.2
|
||||
|
||||
# homeassistant.components.device_tracker.ritassist
|
||||
ritassist==0.9.2
|
||||
|
|
|
@ -212,7 +212,7 @@ restrictedpython==4.0b5
|
|||
rflink==0.0.37
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.2.1
|
||||
ring_doorbell==0.2.2
|
||||
|
||||
# homeassistant.components.lovelace
|
||||
ruamel.yaml==0.15.72
|
||||
|
|
Loading…
Reference in New Issue