Bump skybellpy version to 0.1.2 (#13974)

This commit is contained in:
Mister Wil 2018-04-18 01:10:32 -07:00 committed by Martin Hjelmare
parent 65b8f9764a
commit 4ba58d0760
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.1']
REQUIREMENTS = ['skybellpy==0.1.2']
_LOGGER = logging.getLogger(__name__)

View File

@ -1169,7 +1169,7 @@ simplepush==1.1.4
simplisafe-python==1.0.5
# homeassistant.components.skybell
skybellpy==0.1.1
skybellpy==0.1.2
# homeassistant.components.notify.slack
slacker==0.9.65