Tesla bug fix #11598 (#11707)

This commit is contained in:
Sergey Isachenko 2018-01-16 19:34:41 +03:00 committed by Daniel Høyer Iversen
parent 4a82606ffb
commit 3a00077305
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.entity import Entity
from homeassistant.util import slugify
REQUIREMENTS = ['teslajsonpy==0.0.18']
REQUIREMENTS = ['teslajsonpy==0.0.19']
DOMAIN = 'tesla'

View file

@ -1131,7 +1131,7 @@ tellduslive==0.10.4
temperusb==1.5.3
# homeassistant.components.tesla
teslajsonpy==0.0.18
teslajsonpy==0.0.19
# homeassistant.components.thingspeak
thingspeak==0.4.1