Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions source/_integrations/history.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Without any `include` or `exclude` configuration the history displays graphs for
`scenes` are never shown) on a given date. If you are only interested in some
of the entities you have several options:

Define domains and entities to `exclude` (aka. blacklist). This is convenient
Define domains and entities to `exclude` (aka. blocklist). This is convenient
when you are basically happy with the information displayed, but just want to
remove some entities or domains. Usually these are entities/domains which do not
change or rarely change (like `updater` or `automation`).
Expand All @@ -97,7 +97,7 @@ history:
```

Define domains and entities to display by using the `include` configuration
(aka. whitelist). If you have a lot of entities in your system and your
(aka. allowlist). If you have a lot of entities in your system and your
`exclude` list is getting too large, it might be better just to define the
entities or domains to `include`.

Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/pushbullet.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ action:

<div class='note'>

Don't forget to [whitelist external directories](/docs/configuration/basic/), so Home Assistant has access to them.
Don't forget to [allowlist external directories](/docs/configuration/basic/), so Home Assistant has access to them.

</div>
6 changes: 3 additions & 3 deletions source/_integrations/recorder.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ recorder:

## Configure Filter

By default, no entity will be excluded. To limit which entities are being exposed to `Recorder`, you can use the `include` and `exclude` parameters.
By default, no entity will be excluded. To limit which entities are being exposed to `recorder`, you can use the `include` and `exclude` parameters.

```yaml
# Example filter to include specified domains and exclude specified entities
Expand Down Expand Up @@ -148,7 +148,7 @@ If you only want to hide events from your history, take a look at the [`history`

### Common filtering examples

Defining domains and entities to `exclude` (i.e. blacklist) is convenient when you are basically happy with the information recorded, but just want to remove some entities or domains.
Defining domains and entities to `exclude` (i.e. blocklist) is convenient when you are basically happy with the information recorded, but just want to remove some entities or domains.

```yaml
# Example configuration.yaml entry with exclude
Expand All @@ -169,7 +169,7 @@ recorder:
- call_service # Don't record service calls
```

Defining domains and entities to record by using the `include` configuration (i.e. 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.
Defining domains and entities to record by using the `include` configuration (i.e. allowlist) 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.

```yaml
# Example configuration.yaml entry with include
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/watson_iot.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ exclude:
required: false
type: list
include:
description: Configure which integrations should be included in recordings to Watson IoT Platform. If set, all other entities will not be recorded to Watson IoT Platform. Values set by the **blacklist** option will prevail.
description: Configure which integrations should be included in recordings to Watson IoT Platform. If set, all other entities will not be recorded to Watson IoT Platform. Values set by the **exclude** option will prevail.
required: false
type: map
keys:
Expand Down