From 89215bb2173ca99a317997205a771d5a941ed7d6 Mon Sep 17 00:00:00 2001 From: Max Rumpf Date: Thu, 5 Jan 2017 08:21:29 +0100 Subject: [PATCH] Fix grammar error (#1713) --- source/_components/history.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/history.markdown b/source/_components/history.markdown index c831072e61f..6bd9ae60202 100644 --- a/source/_components/history.markdown +++ b/source/_components/history.markdown @@ -39,8 +39,8 @@ Configuration variables: - **entities** (*Optional*): The list of entity ids to be excluded from the history. - **domains** (*Optional*): The list of domains to be excluded from the history. - **include** (*Optional*): Configure which components should be displayed. - - **entities** (*Optional*): The list of entity ids to be included from the history. - - **domains** (*Optional*): The list of domains to be included from the history. + - **entities** (*Optional*): The list of entity ids to be included to the history. + - **domains** (*Optional*): The list of domains to be included to the history. Without any `include` or `exclude` configuration the history displays graphs for every entity (well that's not exactly true - for instance `hidden` entities or `scenes` are never shown) on a given date. If you are only interested in some of the entities you several options: