hass-core/homeassistant/components/qbittorrent/manifest.json
Sébastien Clément 80b2b05bd8
Change qBittorrent lib to qbittorrentapi (#113394)
* Change qBittorrent lib to qbittorrentapi

* Fix tests

* Convert qbittorrent service to new lib

* Add missing translation key

* Catch APIConnectionError in service call

* Replace type ignore by Any typing

* Remove last type: ignore

* Use lib type for torrent_filter

* Change import format

* Fix remaining Any type

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2024-06-10 14:27:20 +02:00

11 lines
352 B
JSON

{
"domain": "qbittorrent",
"name": "qBittorrent",
"codeowners": ["@geoffreylagaisse", "@finder39"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/qbittorrent",
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["qbittorrent"],
"requirements": ["qbittorrent-api==2024.2.59"]
}