mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 05:37:44 +00:00
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:
parent
b4f8d157d6
commit
9e4bd88a06
@ -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__)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user