Update PyRMVtransport version (#16547)

* Update PyRMVtransport version

* Update requirements.
This commit is contained in:
cgtobi 2018-09-11 05:55:02 +02:00 committed by Fabian Affolter
parent cfe5db4350
commit a059cc860a
3 changed files with 3 additions and 3 deletions

View file

@ -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__)

View file

@ -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

View file

@ -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