mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Bump qbittorrent-api to 2024.9.67 (#142588)
This commit is contained in:
parent
c6abe1d1bb
commit
bc683ce6ee
@ -7,5 +7,5 @@
|
|||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["qbittorrent"],
|
"loggers": ["qbittorrent"],
|
||||||
"requirements": ["qbittorrent-api==2024.2.59"]
|
"requirements": ["qbittorrent-api==2024.9.67"]
|
||||||
}
|
}
|
||||||
|
@ -218,7 +218,7 @@ SENSOR_TYPES: tuple[QBittorrentSensorEntityDescription, ...] = (
|
|||||||
key=SENSOR_TYPE_PAUSED_TORRENTS,
|
key=SENSOR_TYPE_PAUSED_TORRENTS,
|
||||||
translation_key="paused_torrents",
|
translation_key="paused_torrents",
|
||||||
value_fn=lambda coordinator: count_torrents_in_states(
|
value_fn=lambda coordinator: count_torrents_in_states(
|
||||||
coordinator, ["pausedDL", "pausedUP"]
|
coordinator, ["stoppedDL", "stoppedUP"]
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2591,7 +2591,7 @@ pyzbar==0.1.7
|
|||||||
pyzerproc==0.4.8
|
pyzerproc==0.4.8
|
||||||
|
|
||||||
# homeassistant.components.qbittorrent
|
# homeassistant.components.qbittorrent
|
||||||
qbittorrent-api==2024.2.59
|
qbittorrent-api==2024.9.67
|
||||||
|
|
||||||
# homeassistant.components.qbus
|
# homeassistant.components.qbus
|
||||||
qbusmqttapi==1.3.0
|
qbusmqttapi==1.3.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2104,7 +2104,7 @@ pyyardian==1.1.1
|
|||||||
pyzerproc==0.4.8
|
pyzerproc==0.4.8
|
||||||
|
|
||||||
# homeassistant.components.qbittorrent
|
# homeassistant.components.qbittorrent
|
||||||
qbittorrent-api==2024.2.59
|
qbittorrent-api==2024.9.67
|
||||||
|
|
||||||
# homeassistant.components.qbus
|
# homeassistant.components.qbus
|
||||||
qbusmqttapi==1.3.0
|
qbusmqttapi==1.3.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user