Bump abodepy to 0.7.1 (#9077)

* Version bump to 0.7.1

* Update abodepy version
This commit is contained in:
Alok Saboo 2017-08-22 01:08:27 -04:00 committed by Pascal Vizeli
parent 54f01f3f11
commit 8ceeee032c
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ from homeassistant.helpers import discovery
from homeassistant.helpers import config_validation as cv
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD, CONF_NAME
REQUIREMENTS = ['abodepy==0.5.1']
REQUIREMENTS = ['abodepy==0.7.1']
_LOGGER = logging.getLogger(__name__)