mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Upgrade blockchain to 1.4.0 (#9489)
This commit is contained in:
parent
252ee35d61
commit
8ea7e4bb55
@ -15,7 +15,7 @@ from homeassistant.const import (
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['blockchain==1.3.3']
|
REQUIREMENTS = ['blockchain==1.4.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -114,7 +114,7 @@ blinkstick==1.1.8
|
|||||||
# blinkt==0.1.0
|
# blinkt==0.1.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.bitcoin
|
# homeassistant.components.sensor.bitcoin
|
||||||
blockchain==1.3.3
|
blockchain==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.light.decora
|
# homeassistant.components.light.decora
|
||||||
# bluepy==1.1.1
|
# bluepy==1.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user