Skip to content

Documentation for 'recorder' sometimes incorrectly mentions 'history'. #2232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/_components/recorder.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Configuration variables:
- **entities** (*Optional*): The list of entity ids to be excluded from recordings.
- **domains** (*Optional*): The list of domains to be excluded from recordings.
- **include** (*Optional*): Configure which components should be included in recordings. If set, all other entities will not be recorded.
- **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 from recordings.
- **domains** (*Optional*): The list of domains to be included from recordings.
- **db_url** (*Optional*): The URL which point to your database.


Expand All @@ -59,7 +59,7 @@ Define domains and entities to record by using the `include` configuration (aka.

```yaml
# Example configuration.yaml entry with include
history:
recorder:
include:
domains:
- sensor
Expand All @@ -71,7 +71,7 @@ Use the `include` list to define the domains/entities to record, and exclude som

```yaml
# Example configuration.yaml entry with include and exclude
history:
recorder:
include:
domains:
- sensor
Expand Down