From e6bae0168e80fe85fdbdd9afc036dd606f77513c Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Tue, 15 Jun 2021 04:16:26 -0700 Subject: [PATCH] ping integration: use actual attribute names (#18204) --- source/_integrations/ping.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_integrations/ping.markdown b/source/_integrations/ping.markdown index c2a54676a9f..e279e687997 100644 --- a/source/_integrations/ping.markdown +++ b/source/_integrations/ping.markdown @@ -51,10 +51,10 @@ name: The sensor exposes the different round trip times values measured by `ping` as attributes: -- `round trip time mdev` -- `round trip time avg` -- `round trip time min` -- `round trip time max` +- `round_trip_time_mdev` +- `round_trip_time_avg` +- `round_trip_time_min` +- `round_trip_time_max` The default polling interval is 5 minutes. As many integrations [based on the entity class](/docs/configuration/platform_options), it is possible to overwrite this scan interval by specifying a `scan_interval` configuration key (value in seconds). In the example below we setup the `ping` binary sensor to poll the device every 30 seconds.