Skip to content

Commit

Permalink
Merge pull request #21 from Luligu/dev
Browse files Browse the repository at this point in the history
Update README.md to add documentation for individualEntityWhiteList and individualEntityBlackList
  • Loading branch information
Luligu authored Dec 24, 2024
2 parents 74f3671 + d4097c7 commit 540f319
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ If the whiteList is defined only the devices included are exposed to Matter. Use

If the blackList is defined the devices included will not be exposed to Matter. Use the device name or the device id.

### individualEntityWhiteList

White list of individual entities without associated device to be exposed. It allows to expose scenes, scripts, automations. Enter the entity name.

### individualEntityBlackList

Black list of individual entities without associated device to be exposed. It allows to expose scenes, scripts, automations. Enter the entity name.


### entityBlackList

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

0 comments on commit 540f319

Please sign in to comment.