update pyripple (#8015)
This commit is contained in:
parent
1e1d4c2013
commit
2bf781185f
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue