Upgrade youtube_dl to 2019.03.01 (#21647)
This commit is contained in:
parent
c60627c699
commit
eb1d7be67c
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ from homeassistant.const import (
|
||||||
ATTR_ENTITY_ID)
|
ATTR_ENTITY_ID)
|
||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['youtube_dl==2019.02.18']
|
REQUIREMENTS = ['youtube_dl==2019.03.01']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -1805,7 +1805,7 @@ yeelight==0.4.3
|
||||||
yeelightsunflower==0.0.10
|
yeelightsunflower==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.media_extractor
|
# homeassistant.components.media_extractor
|
||||||
youtube_dl==2019.02.18
|
youtube_dl==2019.03.01
|
||||||
|
|
||||||
# homeassistant.components.light.zengge
|
# homeassistant.components.light.zengge
|
||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue