fix mopar sensor (#9389)
* fix mopar sensor * fix typo * bump mopar dep version
This commit is contained in:
parent
fdf2d24a8b
commit
c8da95c1e8
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,7 @@ from homeassistant.util import Throttle
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
|
|
||||||
REQUIREMENTS = ['motorparts==1.0.0']
|
REQUIREMENTS = ['motorparts==1.0.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -86,6 +86,7 @@ class MoparData(object):
|
||||||
self.vehicles = []
|
self.vehicles = []
|
||||||
self.vhrs = {}
|
self.vhrs = {}
|
||||||
self.tow_guides = {}
|
self.tow_guides = {}
|
||||||
|
self.update()
|
||||||
|
|
||||||
@Throttle(MIN_TIME_BETWEEN_UPDATES)
|
@Throttle(MIN_TIME_BETWEEN_UPDATES)
|
||||||
def update(self, **kwargs):
|
def update(self, **kwargs):
|
||||||
|
|
|
@ -416,7 +416,7 @@ miflora==0.1.16
|
||||||
miniupnpc==1.9
|
miniupnpc==1.9
|
||||||
|
|
||||||
# homeassistant.components.sensor.mopar
|
# homeassistant.components.sensor.mopar
|
||||||
motorparts==1.0.0
|
motorparts==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.tts
|
# homeassistant.components.tts
|
||||||
mutagen==1.38
|
mutagen==1.38
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue