Update AbodePy version to 0.12.3 (#13709)

This commit is contained in:
Mister Wil 2018-04-05 21:10:07 -07:00 committed by Paulus Schoutsen
parent 1a9727c75a
commit b70b23ef83
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.helpers import config_validation as cv
from homeassistant.helpers import discovery
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['abodepy==0.12.2']
REQUIREMENTS = ['abodepy==0.12.3']
_LOGGER = logging.getLogger(__name__)