Upgrade blockchain to 1.3.1
parent
38e6f8fdab
commit
2c770164f2
|
@ -10,7 +10,7 @@ from datetime import timedelta
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['blockchain==1.2.1']
|
||||
REQUIREMENTS = ['blockchain==1.3.1']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
OPTION_TYPES = {
|
||||
'wallet': ['Wallet balance', 'BTC'],
|
||||
|
|
|
@ -31,7 +31,7 @@ astral==0.9
|
|||
blinkstick==1.1.7
|
||||
|
||||
# homeassistant.components.sensor.bitcoin
|
||||
blockchain==1.2.1
|
||||
blockchain==1.3.1
|
||||
|
||||
# homeassistant.components.notify.xmpp
|
||||
dnspython3==1.12.0
|
||||
|
|
Loading…
Reference in New Issue