Skip to content

Commit

Permalink
Document Recorder event_type exclude option (home-assistant#11865)
Browse files Browse the repository at this point in the history
* Document event_type exclude option

* Update source/_integrations/recorder.markdown

Co-Authored-By: Franck Nijhof <[email protected]>

Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
Gerto and frenck committed Jan 25, 2020
1 parent b880308 commit 752f1a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/_integrations/recorder.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ recorder:
description: The list of entity ids to be excluded from recordings.
required: false
type: list
event_types:
description: The list of event types to be excluded from recordings.
required: false
type: list
include:
description: Configure which integrations should be included in recordings. If set, all other entities will not be recorded.
required: false
Expand Down Expand Up @@ -85,6 +89,8 @@ recorder:
- sun.sun # Don't record sun data
- sensor.last_boot # Comes from 'systemmonitor' sensor platform
- sensor.date
event_types:
- call_service # Don't record service calls
```

define domains and entities to record by using the `include` configuration (aka. whitelist) is convenient if you have a lot of entities in your system and your `exclude` lists possibly get very large, so it might be better just to define the entities or domains to record.
Expand Down

0 comments on commit 752f1a4

Please sign in to comment.