Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/rmvtransport.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down