Updated ring_doorbell dependency to 0.2.2 (#17945)

- Resolves an issue with the sensor platform for Ring Spotlight Cam devices
This commit is contained in:
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__)