Skip to content

Commit

Permalink
update mychevy to 1.0.1
Browse files Browse the repository at this point in the history
After six months the chevy website finally has been reimplemented to
something that seems to work and is stable. The backend library has
been updated thanks to upstream help, and now is working again.
  • Loading branch information
sdague committed Dec 5, 2018
1 parent 2680bf8 commit a785a1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/mychevy.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers import discovery
from homeassistant.util import Throttle

REQUIREMENTS = ["mychevy==0.4.0"]
REQUIREMENTS = ["mychevy==1.0.1"]

DOMAIN = 'mychevy'
UPDATE_TOPIC = DOMAIN
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ motorparts==1.0.2
mutagen==1.41.1

# homeassistant.components.mychevy
mychevy==0.4.0
mychevy==1.0.1

# homeassistant.components.mycroft
mycroftapi==2.0
Expand Down

0 comments on commit a785a1a

Please sign in to comment.