Upgrade python-etherscan-api to 0.0.2 (#11535)

This commit is contained in:
Fabian Affolter 2018-01-09 15:30:36 +01:00 committed by Pascal Vizeli
parent 8b267e3faf
commit 10f48fbf6b
2 changed files with 4 additions and 4 deletions

View file

@ -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"