Upgrade PyMVGLive to 1.1.4 (#7832)
This commit is contained in:
parent
0ccaf97924
commit
052cd3fc53
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ from homeassistant.const import (
|
|||
CONF_NAME, ATTR_ATTRIBUTION, STATE_UNKNOWN
|
||||
)
|
||||
|
||||
REQUIREMENTS = ['PyMVGLive==1.1.3']
|
||||
REQUIREMENTS = ['PyMVGLive==1.1.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ PyISY==1.0.7
|
|||
PyJWT==1.4.2
|
||||
|
||||
# homeassistant.components.sensor.mvglive
|
||||
PyMVGLive==1.1.3
|
||||
PyMVGLive==1.1.4
|
||||
|
||||
# homeassistant.components.arduino
|
||||
PyMata==2.14
|
||||
|
|
Loading…
Add table
Reference in a new issue