1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

Go2rtc bump and set ffmpeg logs to debug (#130371)

This commit is contained in:
Robert Resch
2024-11-12 11:53:14 +01:00
committed by GitHub
parent 7758d8ba48
commit cb9cc0f801
6 changed files with 51 additions and 268 deletions

View File

@@ -112,7 +112,7 @@ LABEL "com.github.actions.icon"="terminal"
LABEL "com.github.actions.color"="gray-dark"
"""
_GO2RTC_VERSION = "1.9.6"
_GO2RTC_VERSION = "1.9.7"
def _get_package_versions(file: Path, packages: set[str]) -> dict[str, str]: