diff --git a/homeassistant/components/ring.py b/homeassistant/components/ring.py index 3bfa1372fab..2e048caa52f 100644 --- a/homeassistant/components/ring.py +++ b/homeassistant/components/ring.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 1874b8112cc..a0d0e9fea1c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 512dfbde7de..affbbfdf322 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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