mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Upgrade blockchain to 1.3.1
This commit is contained in:
parent
38e6f8fdab
commit
2c770164f2
@ -10,7 +10,7 @@ from datetime import timedelta
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['blockchain==1.2.1']
|
REQUIREMENTS = ['blockchain==1.3.1']
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
OPTION_TYPES = {
|
OPTION_TYPES = {
|
||||||
'wallet': ['Wallet balance', 'BTC'],
|
'wallet': ['Wallet balance', 'BTC'],
|
||||||
|
@ -31,7 +31,7 @@ astral==0.9
|
|||||||
blinkstick==1.1.7
|
blinkstick==1.1.7
|
||||||
|
|
||||||
# homeassistant.components.sensor.bitcoin
|
# homeassistant.components.sensor.bitcoin
|
||||||
blockchain==1.2.1
|
blockchain==1.3.1
|
||||||
|
|
||||||
# homeassistant.components.notify.xmpp
|
# homeassistant.components.notify.xmpp
|
||||||
dnspython3==1.12.0
|
dnspython3==1.12.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user