mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Upgrade blockchain to 1.3.3 (#2220)
This commit is contained in:
parent
59a0005e5c
commit
f4594027fd
@ -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…
x
Reference in New Issue
Block a user