1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-17 04:19:16 +00:00

13 Commits

Author SHA1 Message Date
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
epenet
42ed0fd47b
Add async_get_options_flow type hints (n-z) () 2022-06-13 13:30:41 +02:00
Rami Mosleh
74e2d5c5c3
Remove deprecated YAML for transmission () 2022-06-01 17:25:49 +02:00
J. Nick Koston
a4ea9b3cd3
Update usage of async_entries to use _async_current_entries () 2021-05-12 12:47:06 +02:00
Franck Nijhof
64c7d84108
Clean up connection classes in integrations T-Z () 2021-04-30 21:04:05 -10:00
Paulus Schoutsen
a90d3a051f
prefer total_seconds over seconds () 2021-04-20 17:41:36 -07:00
Pigotka
ed9a40874d
Use of reference strings in Transmission config flow () 2020-10-06 11:25:56 +02:00
Franck Nijhof
1c2ebdf307
Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
J.P. Hutchins
62b1f23328
Allow multiple config entries per host for transmission ()
* Allow multiple integrations per host (check port) 

* Add test for allow multiple config entries per host for transmission
2020-08-23 13:29:44 +02:00
Gleb Sinyavskiy
4a374f0378
Limit and sort transmission torrents_info attribute () 2020-06-28 13:56:54 +02:00
Rami Mosleh
a5960830d7 Add host field to add_torrent service ()
* Add host field to add_torrent service

* Code cleanup

* use name instead of host for service

* update add_torrent
2019-11-26 09:22:12 -08: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
Rami Mosleh
82b77c2d29 Add config flow to transmission ()
* Add config flow to transmission

* Reworked code to add all sensors and switches

* applied fixes

* final touches

* Add tests

* fixed tests

* fix get_api errors and entities availabilty update

* update config_flows.py

* fix pylint error

* update .coveragerc

* add codeowner

* add test_options

* fixed test_options
2019-09-26 11:14:57 +02:00