From afbe321ccf9c993140770855b474794db34f4621 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 5 Feb 2022 17:11:32 -0500 Subject: [PATCH] Added stuff for Deluge --- sensor.yaml | 8 ++++++++ switches.yaml | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 switches.yaml diff --git a/sensor.yaml b/sensor.yaml index c382785..09826e3 100644 --- a/sensor.yaml +++ b/sensor.yaml @@ -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' diff --git a/switches.yaml b/switches.yaml new file mode 100644 index 0000000..966cf53 --- /dev/null +++ b/switches.yaml @@ -0,0 +1,4 @@ +- platform: deluge + host: !secret deluge_ip + username: !secret deluge_user + password: !secret deluge_password