mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Bump jellyfin-apiclient-python to 1.11.0 (#147658)
This commit is contained in:
parent
58c434887e
commit
4a192a7b09
@ -66,8 +66,7 @@ def _connect_to_address(
|
||||
) -> dict[str, Any]:
|
||||
"""Connect to the Jellyfin server."""
|
||||
result: dict[str, Any] = connection_manager.connect_to_address(url)
|
||||
|
||||
if result["State"] != CONNECTION_STATE["ServerSignIn"]:
|
||||
if CONNECTION_STATE(result["State"]) != CONNECTION_STATE.ServerSignIn:
|
||||
raise CannotConnect
|
||||
|
||||
return result
|
||||
|
@ -7,5 +7,5 @@
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["jellyfin_apiclient_python"],
|
||||
"requirements": ["jellyfin-apiclient-python==1.10.0"]
|
||||
"requirements": ["jellyfin-apiclient-python==1.11.0"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1279,7 +1279,7 @@ israel-rail-api==0.1.2
|
||||
jaraco.abode==6.2.1
|
||||
|
||||
# homeassistant.components.jellyfin
|
||||
jellyfin-apiclient-python==1.10.0
|
||||
jellyfin-apiclient-python==1.11.0
|
||||
|
||||
# homeassistant.components.command_line
|
||||
# homeassistant.components.rest
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1107,7 +1107,7 @@ israel-rail-api==0.1.2
|
||||
jaraco.abode==6.2.1
|
||||
|
||||
# homeassistant.components.jellyfin
|
||||
jellyfin-apiclient-python==1.10.0
|
||||
jellyfin-apiclient-python==1.11.0
|
||||
|
||||
# homeassistant.components.command_line
|
||||
# homeassistant.components.rest
|
||||
|
Loading…
x
Reference in New Issue
Block a user