Upgrade blockchain to 1.4.4 (#14738)
parent
3b8ee196be
commit
77dca8272c
|
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['blockchain==1.4.0']
|
||||
REQUIREMENTS = ['blockchain==1.4.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@ blinkstick==1.1.8
|
|||
# blinkt==0.1.0
|
||||
|
||||
# homeassistant.components.sensor.bitcoin
|
||||
blockchain==1.4.0
|
||||
blockchain==1.4.4
|
||||
|
||||
# homeassistant.components.light.decora
|
||||
# bluepy==1.1.4
|
||||
|
|
Loading…
Reference in New Issue