diff --git a/kubernetes/apps/database/emqx/cluster/resources/acl.conf b/kubernetes/apps/database/emqx/cluster/resources/acl.conf index aeed5ba9..5068351d 100644 --- a/kubernetes/apps/database/emqx/cluster/resources/acl.conf +++ b/kubernetes/apps/database/emqx/cluster/resources/acl.conf @@ -11,9 +11,8 @@ ]}. {allow, {user, "homeassistant"}, subscribe, [ - {re, "^stat/tasmota_+/+$"}, - {re, "^tele/tasmota_+/+$"} - + "stat/tasmota_#/#", + "tele/tasmota_#/#" ]}. {deny, all}.