Upgrade blockchain to 1.3.3 (#2220)
This commit is contained in:
parent
59a0005e5c
commit
f4594027fd
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ from datetime import timedelta
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['blockchain==1.3.1']
|
||||
REQUIREMENTS = ['blockchain==1.3.3']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
OPTION_TYPES = {
|
||||
'exchangerate': ['Exchange rate (1 BTC)', None],
|
||||
|
|
|
@ -35,7 +35,7 @@ astral==1.1
|
|||
blinkstick==1.1.7
|
||||
|
||||
# homeassistant.components.sensor.bitcoin
|
||||
blockchain==1.3.1
|
||||
blockchain==1.3.3
|
||||
|
||||
# homeassistant.components.thermostat.eq3btsmart
|
||||
# bluepy_devices>=0.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue