Skip to content

Commit

Permalink
Tesla bug fix #11598 (#11707)
Browse files Browse the repository at this point in the history
  • Loading branch information
zabuldon authored and Danielhiversen committed Jan 16, 2018
1 parent 4a82606 commit 3a00077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/tesla.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from homeassistant.helpers.entity import Entity
from homeassistant.util import slugify

REQUIREMENTS = ['teslajsonpy==0.0.18']
REQUIREMENTS = ['teslajsonpy==0.0.19']

DOMAIN = 'tesla'

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a00077

Please sign in to comment.