Upgrade python-etherscan-api to 0.0.2 (#11535)
This commit is contained in:
parent
8b267e3faf
commit
10f48fbf6b
2 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@ from datetime import timedelta
|
|||
|
||||
import voluptuous as vol
|
||||
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.components.sensor import PLATFORM_SCHEMA
|
||||
from homeassistant.const import (CONF_NAME, ATTR_ATTRIBUTION)
|
||||
from homeassistant.const import ATTR_ATTRIBUTION, CONF_NAME
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['python-etherscan-api==0.0.1']
|
||||
REQUIREMENTS = ['python-etherscan-api==0.0.2']
|
||||
|
||||
CONF_ADDRESS = 'address'
|
||||
CONF_ATTRIBUTION = "Data provided by etherscan.io"
|
||||
|
|
|
@ -861,7 +861,7 @@ python-ecobee-api==0.0.14
|
|||
# python-eq3bt==0.1.6
|
||||
|
||||
# homeassistant.components.sensor.etherscan
|
||||
python-etherscan-api==0.0.1
|
||||
python-etherscan-api==0.0.2
|
||||
|
||||
# homeassistant.components.sensor.darksky
|
||||
# homeassistant.components.weather.darksky
|
||||
|
|
Loading…
Add table
Reference in a new issue