Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rtsp-to-webrtc to 0.5.0 (diagnostics support) #64889

Merged
merged 1 commit into from Jan 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/rtsp_to_webrtc/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "RTSPtoWebRTC",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rtsp_to_webrtc",
"requirements": ["rtsp-to-webrtc==0.4.0"],
"requirements": ["rtsp-to-webrtc==0.5.0"],
"dependencies": ["camera"],
"codeowners": [
"@allenporter"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -2129,7 +2129,7 @@ rpi-bad-power==0.1.0
# rpi-rf==0.9.7

# homeassistant.components.rtsp_to_webrtc
rtsp-to-webrtc==0.4.0
rtsp-to-webrtc==0.5.0

# homeassistant.components.russound_rnet
russound==0.1.9
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1306,7 +1306,7 @@ roonapi==0.0.38
rpi-bad-power==0.1.0

# homeassistant.components.rtsp_to_webrtc
rtsp-to-webrtc==0.4.0
rtsp-to-webrtc==0.5.0

# homeassistant.components.yamaha
rxv==0.7.0
Expand Down