Bump skybellpy version to fix api issue (#19100)

This commit is contained in:
Nick Horvath 2018-12-07 13:20:05 -05:00 committed by Martin Hjelmare
parent 7edd241059
commit e567e3d4e7
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.const import (
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__)

View File

@ -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