Upgrade freesms to 0.1.1 (#4491)

This commit is contained in:
Fabian Affolter 2016-11-21 17:32:05 +01:00 committed by GitHub
parent eb8093934f
commit aed797f438
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.const import CONF_ACCESS_TOKEN, CONF_USERNAME
import homeassistant.helpers.config_validation as cv
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['freesms==0.1.0']
REQUIREMENTS = ['freesms==0.1.1']
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({

View File

@ -113,7 +113,7 @@ fitbit==0.2.3
fixerio==0.1.1
# homeassistant.components.notify.free_mobile
freesms==0.1.0
freesms==0.1.1
# homeassistant.components.conversation
fuzzywuzzy==0.14.0