Skip to content

Commit

Permalink
Update PyRMVtransport version (#16547)
Browse files Browse the repository at this point in the history
* Update PyRMVtransport version

* Update requirements.
  • Loading branch information
cgtobi authored and fabaff committed Sep 11, 2018
1 parent cfe5db4 commit a059cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit a059cc8

Please sign in to comment.