From 04d2ba4df1fd071dc4f587ebd32a84e2b0f54ff3 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 23 Sep 2024 04:00:24 -0500 Subject: [PATCH] reduce --- kubernetes/apps/database/emqx/cluster/resources/acl.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}.