From a388534a9555e39a03dd627dd02b528aaf878830 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 14 Jul 2022 11:18:45 +0200 Subject: [PATCH] [Notify] Add notification about slow internet speed --- .../automations/notify-slow-internet.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configuration/automations/notify-slow-internet.yaml diff --git a/configuration/automations/notify-slow-internet.yaml b/configuration/automations/notify-slow-internet.yaml new file mode 100644 index 0000000..5a1c0ec --- /dev/null +++ b/configuration/automations/notify-slow-internet.yaml @@ -0,0 +1,15 @@ +- id: notify-slow-internet + alias: '[Notify] Slow internet' + mode: single + trigger: + - platform: numeric_state + entity_id: sensor.speedtest_download + for: + hours: 0 + minutes: 15 + seconds: 0 + below: '110' + action: + - service: notify.mobile_app_iphone_pg + data: + message: Internet speed fell down to 100 Mbit