From 9b2dd0a104d237e1c8039ac3d79a11713287b506 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 25 Apr 2022 16:25:06 -0400 Subject: [PATCH] Added hourly speedtest, with considerations for streaming --- automations.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/automations.yaml b/automations.yaml index 94707fa..0836c77 100644 --- a/automations.yaml +++ b/automations.yaml @@ -393,3 +393,21 @@ entity_id: input_boolean.white_noise_kallen_bedroom default: [] mode: single +- id: '1650918265367' + alias: Speedtest Hourly + description: Runs an internet speed test once every hour UNLESS Tony or Tina are + streaming on Twitch. + trigger: + - platform: time_pattern + hours: '1' + condition: + - condition: state + entity_id: sensor.twitch_ironnerd24 + state: offline + - condition: state + entity_id: sensor.twitch_xia_p988 + state: offline + action: + - service: speedtestdotnet.speedtest + data: {} + mode: single