Bump go2rtc-client to 0.1.3b0 (#145192)

This commit is contained in:
Robert Resch
2025-05-19 13:11:07 +02:00
committed by GitHub
parent 7d96a2a620
commit 241c89e885
6 changed files with 6 additions and 6 deletions

View File

@ -8,6 +8,6 @@
"integration_type": "system",
"iot_class": "local_polling",
"quality_scale": "internal",
"requirements": ["go2rtc-client==0.1.2"],
"requirements": ["go2rtc-client==0.1.3b0"],
"single_config_entry": true
}

View File

@ -32,7 +32,7 @@ cronsim==2.6
cryptography==45.0.1
dbus-fast==2.43.0
fnv-hash-fast==1.5.0
go2rtc-client==0.1.2
go2rtc-client==0.1.3b0
ha-ffmpeg==3.2.2
habluetooth==3.48.2
hass-nabucasa==0.101.0

2
requirements_all.txt generated
View File

@ -1023,7 +1023,7 @@ gitterpy==0.1.7
glances-api==0.8.0
# homeassistant.components.go2rtc
go2rtc-client==0.1.2
go2rtc-client==0.1.3b0
# homeassistant.components.goalzero
goalzero==0.2.2

View File

@ -10,7 +10,7 @@
astroid==3.3.10
coverage==7.6.12
freezegun==1.5.1
go2rtc-client==0.1.2
go2rtc-client==0.1.3b0
license-expression==30.4.1
mock-open==1.4.0
mypy-dev==1.16.0a8

View File

@ -874,7 +874,7 @@ gios==6.0.0
glances-api==0.8.0
# homeassistant.components.go2rtc
go2rtc-client==0.1.2
go2rtc-client==0.1.3b0
# homeassistant.components.goalzero
goalzero==0.2.2

View File

@ -25,7 +25,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.7.1,source=/uv,target=/bin/uv \
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
-r /usr/src/homeassistant/requirements.txt \
stdlib-list==0.10.0 pipdeptree==2.26.1 tqdm==4.67.1 ruff==0.11.0 \
PyTurboJPEG==1.7.5 go2rtc-client==0.1.2 ha-ffmpeg==3.2.2 hassil==2.2.3 home-assistant-intents==2025.5.7 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
PyTurboJPEG==1.7.5 go2rtc-client==0.1.3b0 ha-ffmpeg==3.2.2 hassil==2.2.3 home-assistant-intents==2025.5.7 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
LABEL "name"="hassfest"
LABEL "maintainer"="Home Assistant <hello@home-assistant.io>"