mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 15:27:08 +00:00
Upgrade alpha_vantage to 2.1.0 (#16217)
This commit is contained in:
parent
24aa580b63
commit
943260fcd6
@ -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 = ['alpha_vantage==2.0.0']
|
REQUIREMENTS = ['alpha_vantage==2.1.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -121,7 +121,7 @@ aladdin_connect==0.3
|
|||||||
alarmdecoder==1.13.2
|
alarmdecoder==1.13.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.alpha_vantage
|
# homeassistant.components.sensor.alpha_vantage
|
||||||
alpha_vantage==2.0.0
|
alpha_vantage==2.1.0
|
||||||
|
|
||||||
# homeassistant.components.amcrest
|
# homeassistant.components.amcrest
|
||||||
amcrest==1.2.3
|
amcrest==1.2.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user