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
This commit is contained in:
Patrick Easters 2017-04-28 03:34:52 -04:00 committed by Fabian Affolter
parent e0f5bd4b95
commit 44defba407

View File

@ -38,6 +38,6 @@ The sensor exposes the different round trip times values measured by `ping` as a
- `round trip time max`
<p class='note'>
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.
</p>