Skip to content

Commit

Permalink
Add entityBlackList and deviceEntityBlackList sections to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Dec 7, 2024
1 parent 851bbf1 commit 17ce622
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ If the whiteList is defined only the devices included are exposed to Matter.

If the blackList is defined the devices included will not be exposed to Matter.

### entityBlackList

The entities in the list will not be exposed for all devices. Use the entity name.

### deviceEntityBlackList

List of entities not to be exposed for a single device. Enter in the first field the name of the device and in the second field add all the entity names you want to exclude for that device.

### debug

Should be enabled only if you want to debug some issue using the log.
Expand Down

0 comments on commit 17ce622

Please sign in to comment.