upgrade schiene to 0.20 (#11504)

This commit is contained in:
Julian Kahnert 2018-01-07 14:57:26 +01:00 committed by Fabian Affolter
parent e42c4859c2
commit 4496ee5af0
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
import homeassistant.util.dt as dt_util
REQUIREMENTS = ['schiene==0.19']
REQUIREMENTS = ['schiene==0.20']
_LOGGER = logging.getLogger(__name__)