Skip to content

Commit 7e2852f

Browse files
hermLandrash
authored andcommitted
Documentation for 'recorder' sometimes incorrectly mentions 'history'. (home-assistant#2232)
1 parent 7717e4a commit 7e2852f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_components/recorder.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Configuration variables:
3232
- **entities** (*Optional*): The list of entity ids to be excluded from recordings.
3333
- **domains** (*Optional*): The list of domains to be excluded from recordings.
3434
- **include** (*Optional*): Configure which components should be included in recordings. If set, all other entities will not be recorded.
35-
- **entities** (*Optional*): The list of entity ids to be included from the history.
36-
- **domains** (*Optional*): The list of domains to be included from the history.
35+
- **entities** (*Optional*): The list of entity ids to be included from recordings.
36+
- **domains** (*Optional*): The list of domains to be included from recordings.
3737
- **db_url** (*Optional*): The URL which point to your database.
3838
3939
@@ -59,7 +59,7 @@ Define domains and entities to record by using the `include` configuration (aka.
5959

6060
```yaml
6161
# Example configuration.yaml entry with include
62-
history:
62+
recorder:
6363
include:
6464
domains:
6565
- sensor
@@ -71,7 +71,7 @@ Use the `include` list to define the domains/entities to record, and exclude som
7171

7272
```yaml
7373
# Example configuration.yaml entry with include and exclude
74-
history:
74+
recorder:
7575
include:
7676
domains:
7777
- sensor

0 commit comments

Comments
 (0)