mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
update mychevy to 1.0.1
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.
This commit is contained in:
parent
2680bf8a61
commit
a785a1ab5d
@ -16,7 +16,7 @@ from homeassistant.helpers import config_validation as cv
|
||||
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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user