From 152ec0c141936dd49d9a1445f0fc022a75f5ec6f Mon Sep 17 00:00:00 2001 From: Boris K Date: Fri, 2 Jun 2017 07:53:32 +0200 Subject: [PATCH] Update history_stats doc about the 'from' and 'to' attributes (#2733) --- source/_components/sensor.history_stats.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.history_stats.markdown b/source/_components/sensor.history_stats.markdown index bc2b79b76d4..5d88d7ea16d 100644 --- a/source/_components/sensor.history_stats.markdown +++ b/source/_components/sensor.history_stats.markdown @@ -143,5 +143,5 @@ Here, last Monday is _today_ as a timestamp, minus 86400 times the current weekd ```

- If you want to check if your period is right, just click on your component, the `from` and `to` attributes will show the start and end of the period, nicely formatted. + The `/dev-template` page of your home-assistant UI can help you check if the values for `start`, `end` or `duration` are correct.