Updated ring_doorbell dependency to 0.2.2 (#17945)

- Resolves an issue with the sensor platform for Ring Spotlight Cam devices
pull/17969/head
Evan Bruhn 2018-10-30 09:27:12 +11:00 committed by Fabian Affolter
parent cb73a8bbb0
commit 03dd1e6870
3 changed files with 3 additions and 3 deletions

View File

@ -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__)

View File

@ -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

View File

@ -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