From 93cc290f163970fcd6e8579a0914ff649057a3ac Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 8 Oct 2016 23:57:39 +0200 Subject: [PATCH] Mention default --- source/_components/sensor.statistics.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.statistics.markdown b/source/_components/sensor.statistics.markdown index 1a45e4d5777..779a2c7a9c9 100644 --- a/source/_components/sensor.statistics.markdown +++ b/source/_components/sensor.statistics.markdown @@ -29,8 +29,8 @@ sensor: Configuration variables: -- **entity_id** (*Required*): The entity to monitor. -- **name** (*Optional*): Name of the sensor to use in the frontend. +- **entity_id** (*Required*): The entity to monitor. Only [sensors](/components/sensor/) and [binary sensor](/components/binary_sensor/). +- **name** (*Optional*): Name of the sensor to use in the frontend. Defaults to `Stats`. - **sampling_size** (*Optional*): Size of the sampling. If the limit is reached then the values are rotated. Defaults to `20`.