diff --git a/homeassistant/components/ring/__init__.py b/homeassistant/components/ring/__init__.py index 94f3be305fa..74da7a9d542 100644 --- a/homeassistant/components/ring/__init__.py +++ b/homeassistant/components/ring/__init__.py @@ -7,7 +7,7 @@ import voluptuous as vol from homeassistant.const import CONF_PASSWORD, CONF_USERNAME import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['ring_doorbell==0.2.2'] +REQUIREMENTS = ['ring_doorbell==0.2.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 1b954257e54..ff1a18d9f6d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1520,7 +1520,7 @@ rfk101py==0.0.1 rflink==0.0.37 # homeassistant.components.ring -ring_doorbell==0.2.2 +ring_doorbell==0.2.3 # homeassistant.components.ritassist.device_tracker ritassist==0.9.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4bd50b713e2..8f88e5bb67b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -276,7 +276,7 @@ restrictedpython==4.0b8 rflink==0.0.37 # homeassistant.components.ring -ring_doorbell==0.2.2 +ring_doorbell==0.2.3 # homeassistant.components.yamaha.media_player rxv==0.6.0