Added stuff for Deluge

This commit is contained in:
2022-02-05 17:11:32 -05:00
parent 27b94dfd96
commit afbe321ccf
2 changed files with 12 additions and 0 deletions

View File

@ -8,3 +8,11 @@
channels:
- ironnerd24
- Xia_P988
- platform: deluge
host: !secret deluge_ip
username: !secret deluge_user
password: !secret deluge_password
monitored_variables:
- 'current_status'
- 'download_speed'
- 'upload_speed'

4
switches.yaml Normal file
View File

@ -0,0 +1,4 @@
- platform: deluge
host: !secret deluge_ip
username: !secret deluge_user
password: !secret deluge_password