Allow multiple Transmission clients and add unique_id to entities (#28136)

* Allow multiple clients + improvements

* remove commented code

* fixed test_init.py
This commit is contained in:
Rami Mosleh
2019-10-23 23:09:11 +03:00
committed by Paulus Schoutsen
parent 062ec8a7c2
commit 7cb6607b1f
10 changed files with 333 additions and 183 deletions

View File

@@ -21,4 +21,3 @@ ATTR_TORRENT = "torrent"
SERVICE_ADD_TORRENT = "add_torrent"
DATA_UPDATED = "transmission_data_updated"
DATA_TRANSMISSION = "data_transmission"