Commit graph

7 commits

Author SHA1 Message Date
avee87
a5b91cb7e3
Fix invalid unique id for Transmission entities ()
* Update unique id for Transmission entities

* Moved migration to a separate function

* Hopefully fixed coverage

* Extracted dictionary to constant

* review comments

* more comments

* revert accidental name change

* more review comments

* more review comments

* use lists instead of incorrect tuple syntax
2023-06-28 10:45:13 +02:00
DDanii
9ce062411d
Fix transmission error handling ()
* transmission error handle fix

* added unexpected case tests
2023-05-05 08:42:51 +02:00
Rami Mosleh
c0a7934828
Move transmission to an updated library ()
fixes undefined
2022-12-14 16:36:37 +01:00
Rami Mosleh
80c1c11b1a
Re-write tests for transmission ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-08-19 12:10:34 +02:00
Rami Mosleh
81e3ed790d
Add re-authentication for transmission ()
* Add reauth flow to transmission

* fix async_setup

* add strings

* fix test coverage
2022-06-20 16:09:58 +02:00
Gleb Sinyavskiy
4a374f0378
Limit and sort transmission torrents_info attribute () 2020-06-28 13:56:54 +02:00
Rami Mosleh
7cb6607b1f Allow multiple Transmission clients and add unique_id to entities ()
* Allow multiple clients + improvements

* remove commented code

* fixed test_init.py
2019-10-23 13:09:11 -07:00