Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ring doorbell #22395

Merged
merged 1 commit into from Mar 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/ring/__init__.py
Expand Up @@ -7,7 +7,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -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
Expand Down