Update PyRMVtransport version (#16547)
* Update PyRMVtransport version * Update requirements.
This commit is contained in:
parent
cfe5db4350
commit
a059cc860a
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ from homeassistant.helpers.entity import Entity
|
|||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.const import (CONF_NAME, ATTR_ATTRIBUTION)
|
||||
|
||||
REQUIREMENTS = ['PyRMVtransport==0.0.7']
|
||||
REQUIREMENTS = ['PyRMVtransport==0.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ PyMata==2.14
|
|||
PyQRCode==1.2.1
|
||||
|
||||
# homeassistant.components.sensor.rmvtransport
|
||||
PyRMVtransport==0.0.7
|
||||
PyRMVtransport==0.1
|
||||
|
||||
# homeassistant.components.switch.switchbot
|
||||
PySwitchbot==0.3
|
||||
|
|
|
@ -22,7 +22,7 @@ requests_mock==1.5.2
|
|||
HAP-python==2.2.2
|
||||
|
||||
# homeassistant.components.sensor.rmvtransport
|
||||
PyRMVtransport==0.0.7
|
||||
PyRMVtransport==0.1
|
||||
|
||||
# homeassistant.components.sonos
|
||||
SoCo==0.16
|
||||
|
|
Loading…
Add table
Reference in a new issue