From b62c7b4331940737459f8e629d1ca548f199e605 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Thu, 11 Jul 2019 07:47:17 -0400 Subject: [PATCH] Trying built in speedtest integration again --- sensors/speedtest.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/sensors/speedtest.yaml b/sensors/speedtest.yaml index f9ffb4b..796933a 100644 --- a/sensors/speedtest.yaml +++ b/sensors/speedtest.yaml @@ -1,14 +1,10 @@ -# - platform: speedtest -# minute: 30 -# hour: -# - 0 -# - 6 -# - 12 -# - 18 -# monitored_conditions: -# - ping -# - download -# - upload +- platform: speedtest + scan_interval: + hours: 6 + monitored_conditions: + - ping + - download + - upload - platform: mqtt name: "network down" state_topic: "house/speedtest/down"