Fixes typo in the first sentence of "Ping (ICMP) Binary sensor" docs:

https://www.home-assistant.io/components/binary_sensor.ping/
This commit is contained in:
Alec Rust 2018-10-30 20:11:07 +00:00 committed by Fabian Affolter
parent 1daa7a2ff3
commit 683ff69383

View File

@ -13,7 +13,7 @@ ha_release: 0.43
ha_qa_scale: internal ha_qa_scale: internal
--- ---
The `ping` binary sensor platform allows you to using `ping` to send ICMP echo requests. This way you can check if a given host is online and determine the round trip times from your Home Assistant instance to that system. The `ping` binary sensor platform allows you to use `ping` to send ICMP echo requests. This way you can check if a given host is online and determine the round trip times from your Home Assistant instance to that system.
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}