From 44defba4070d58bbefa5a749ba5397e2f0e49dea Mon Sep 17 00:00:00 2001 From: Patrick Easters Date: Fri, 28 Apr 2017 03:34:52 -0400 Subject: [PATCH] Update binary_sensor.ping note for Windows support (#2520) - Removed note about testing on Windows-based systems. - Added note about attribute differences between Windows and *nix systems --- source/_components/binary_sensor.ping.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.ping.markdown b/source/_components/binary_sensor.ping.markdown index 3dbb7b4cd97..41d80b2c5e0 100644 --- a/source/_components/binary_sensor.ping.markdown +++ b/source/_components/binary_sensor.ping.markdown @@ -38,6 +38,6 @@ The sensor exposes the different round trip times values measured by `ping` as a - `round trip time max`

-This sensor was only tested on a Linux-based system. +When run on Windows systems, the round trip time attributes are rounded to the nearest millisecond and the mdev value is unavailable.