From d4097c7be3070f551bea330afd3c97cb76a6bda3 Mon Sep 17 00:00:00 2001 From: Luligu Date: Tue, 24 Dec 2024 16:44:50 +0100 Subject: [PATCH] Update README.md to add documentation for individualEntityWhiteList and individualEntityBlackList --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 528182c..fe17622 100644 --- a/README.md +++ b/README.md @@ -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.