From 777f357472b7d4e0a7cd20c3c0ab1c1231272f78 Mon Sep 17 00:00:00 2001 From: Tristan Caulfield Date: Fri, 10 Nov 2017 13:08:11 -0600 Subject: [PATCH] Update sensor.speedtest.markdown (#3952) --- source/_components/sensor.speedtest.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.speedtest.markdown b/source/_components/sensor.speedtest.markdown index d9c25821a8a..bc1e8bf9884 100644 --- a/source/_components/sensor.speedtest.markdown +++ b/source/_components/sensor.speedtest.markdown @@ -113,3 +113,5 @@ automation: - When running on Raspberry Pi, just note that the maximum speed is limited by its 100 Mbit/s LAN adapter. - Entries under `monitored_conditions` only control what entities are available under home-assistant, it does not disable the condition from running. +- If ran frequently, this component has the capability of using a very large amount of data. Frequent updates should be avoided on bandwidth capped connections. +- While running, network usage is fully utilized. This may have a negative affect on other devices in use the network such as gaming consoles or streaming boxes.