ping integration: use actual attribute names (#18204)

This commit is contained in:
Steven Conaway 2021-06-15 04:16:26 -07:00 committed by GitHub
parent dfbe2b34d2
commit e6bae0168e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,10 +51,10 @@ name:
The sensor exposes the different round trip times values measured by `ping` as attributes: The sensor exposes the different round trip times values measured by `ping` as attributes:
- `round trip time mdev` - `round_trip_time_mdev`
- `round trip time avg` - `round_trip_time_avg`
- `round trip time min` - `round_trip_time_min`
- `round trip time max` - `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. 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.