Update simplisafe-python version (#8908)

This commit is contained in:
William Scanlon 2017-08-10 01:58:39 -04:00 committed by Fabian Affolter
parent b035577cf5
commit 1cb42087f9
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['simplisafe-python==1.0.3']
REQUIREMENTS = ['simplisafe-python==1.0.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -872,7 +872,7 @@ sense-hat==2.2.0
sharp_aquos_rc==0.3.2
# homeassistant.components.alarm_control_panel.simplisafe
simplisafe-python==1.0.3
simplisafe-python==1.0.4
# homeassistant.components.notify.slack
slacker==0.9.50