update pyripple (#8015)

This commit is contained in:
Nolan Gilley 2017-06-13 01:22:46 -04:00 committed by Fabian Affolter
parent 1e1d4c2013
commit 2bf781185f
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
from homeassistant.const import (CONF_NAME, ATTR_ATTRIBUTION)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['python-ripple-api==0.0.1']
REQUIREMENTS = ['python-ripple-api==0.0.2']
CONF_ADDRESS = 'address'
CONF_ATTRIBUTION = "Data provided by ripple.com"

View file

@ -703,7 +703,7 @@ python-nmap==0.6.1
python-pushover==0.2
# homeassistant.components.sensor.ripple
python-ripple-api==0.0.1
python-ripple-api==0.0.2
# homeassistant.components.media_player.roku
python-roku==3.1.3