Bump abode to 0.15.0 (#20064)

Fix for motion sensor states
This commit is contained in:
shred86 2019-01-14 04:01:59 -08:00 committed by Fabian Affolter
parent cb9e0c03d5
commit 5652a4a58b
2 changed files with 2 additions and 2 deletions

View file

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