Skip to content

Commit 89215bb

Browse files
Maxr1998fabaff
authored andcommitted
Fix grammar error (home-assistant#1713)
1 parent 1a607b3 commit 89215bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/history.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Configuration variables:
3939
- **entities** (*Optional*): The list of entity ids to be excluded from the history.
4040
- **domains** (*Optional*): The list of domains to be excluded from the history.
4141
- **include** (*Optional*): Configure which components should be displayed.
42-
- **entities** (*Optional*): The list of entity ids to be included from the history.
43-
- **domains** (*Optional*): The list of domains to be included from the history.
42+
- **entities** (*Optional*): The list of entity ids to be included to the history.
43+
- **domains** (*Optional*): The list of domains to be included to the history.
4444
4545
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:
4646

0 commit comments

Comments
 (0)