Skip to content

Commit

Permalink
doc: add what exactly the component does
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Aug 9, 2021
1 parent 91d5c8d commit 78dff1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# `esphome-component-ping`

A `esphome` sensor component that sends and receives `ICMP`.
A `esphome` sensor component that sends and receives `ICMP`. It implements two
sensors: `loss` and `latency`. `loss` publishes packet loss rate of an ICMP
session, and `latency` publishes arithmetic mean of latencies in an ICMP
session.

![Visualization of ICMP latency and packet loss on ESP8266](assets/esp8266.png "Visualization of ICMP latency and packet loss on ESP8266")

Expand Down

0 comments on commit 78dff1c

Please sign in to comment.