Bump amcrest to 1.2.7 for correct RTSP port (#22099)

amcrest 1.2.7 now includes camera's configured RTSP port in generated URL. Necessary to make new stream component work correctly if camera does not use default RTSP port.
This commit is contained in:
Phil Bruckner 2019-03-16 02:20:49 -05:00 committed by Daniel Høyer Iversen
parent b4f8d157d6
commit 9e4bd88a06
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ from homeassistant.helpers import discovery
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['amcrest==1.2.6']
REQUIREMENTS = ['amcrest==1.2.7']
DEPENDENCIES = ['ffmpeg']
_LOGGER = logging.getLogger(__name__)

View File

@ -155,7 +155,7 @@ alarmdecoder==1.13.2
alpha_vantage==2.1.0
# homeassistant.components.amcrest
amcrest==1.2.6
amcrest==1.2.7
# homeassistant.components.androidtv.media_player
androidtv==0.0.12