fix mopar sensor (#9389)

* fix mopar sensor

* fix typo

* bump mopar dep version
This commit is contained in:
happyleavesaoc 2017-09-12 22:50:28 -04:00 committed by Paulus Schoutsen
parent fdf2d24a8b
commit c8da95c1e8
2 changed files with 3 additions and 2 deletions

View file

@ -18,7 +18,7 @@ from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['motorparts==1.0.0']
REQUIREMENTS = ['motorparts==1.0.2']
_LOGGER = logging.getLogger(__name__)
@ -86,6 +86,7 @@ class MoparData(object):
self.vehicles = []
self.vhrs = {}
self.tow_guides = {}
self.update()
@Throttle(MIN_TIME_BETWEEN_UPDATES)
def update(self, **kwargs):

View file

@ -416,7 +416,7 @@ miflora==0.1.16
miniupnpc==1.9
# homeassistant.components.sensor.mopar
motorparts==1.0.0
motorparts==1.0.2
# homeassistant.components.tts
mutagen==1.38