Skip to content

Commit

Permalink
Bump skybellpy version to fix api issue (#19100)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorvath authored and balloob committed Dec 10, 2018
1 parent e6c224f commit 3528d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/skybell.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity

REQUIREMENTS = ['skybellpy==0.1.2']
REQUIREMENTS = ['skybellpy==0.2.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,7 @@ simplisafe-python==3.1.14
sisyphus-control==2.1

# homeassistant.components.skybell
skybellpy==0.1.2
skybellpy==0.2.0

# homeassistant.components.notify.slack
slacker==0.11.0
Expand Down

0 comments on commit 3528d86

Please sign in to comment.