mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
update pyripple (#8015)
This commit is contained in:
parent
1e1d4c2013
commit
2bf781185f
@ -13,7 +13,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
|||||||
from homeassistant.const import (CONF_NAME, ATTR_ATTRIBUTION)
|
from homeassistant.const import (CONF_NAME, ATTR_ATTRIBUTION)
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['python-ripple-api==0.0.1']
|
REQUIREMENTS = ['python-ripple-api==0.0.2']
|
||||||
|
|
||||||
CONF_ADDRESS = 'address'
|
CONF_ADDRESS = 'address'
|
||||||
CONF_ATTRIBUTION = "Data provided by ripple.com"
|
CONF_ATTRIBUTION = "Data provided by ripple.com"
|
||||||
|
@ -703,7 +703,7 @@ python-nmap==0.6.1
|
|||||||
python-pushover==0.2
|
python-pushover==0.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.ripple
|
# homeassistant.components.sensor.ripple
|
||||||
python-ripple-api==0.0.1
|
python-ripple-api==0.0.2
|
||||||
|
|
||||||
# homeassistant.components.media_player.roku
|
# homeassistant.components.media_player.roku
|
||||||
python-roku==3.1.3
|
python-roku==3.1.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user