commit
33a9ec0106
|
@ -13,7 +13,7 @@ from homeassistant.util import Throttle
|
|||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
|
||||
REQUIREMENTS = ['blockchain==1.1.2']
|
||||
REQUIREMENTS = ['blockchain==1.2.1']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
OPTION_TYPES = {
|
||||
'wallet': ['Wallet balance', 'BTC'],
|
||||
|
|
|
@ -138,7 +138,7 @@ https://github.com/Danielhiversen/pyRFXtrx/archive/0.2.zip#RFXtrx==0.2
|
|||
# RPi.GPIO==0.6.1
|
||||
|
||||
# homeassistant.components.sensor.bitcoin
|
||||
blockchain==1.1.2
|
||||
blockchain==1.2.1
|
||||
|
||||
# homeassistant.components.sensor.cpuspeed
|
||||
py-cpuinfo==0.1.6
|
||||
|
|
Loading…
Reference in New Issue