This commit is contained in:
Joseph Hanson 2024-09-23 04:07:20 -05:00
parent 04d2ba4df1
commit ed91d2668d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -5,14 +5,14 @@
{allow, {user, "jahanson"}, all, ["#"]}. {allow, {user, "jahanson"}, all, ["#"]}.
{allow, {user, "tasmota"}, all, [ {allow, {user, "tasmota"}, all, [
"tasmota/discovery/#" "tasmota/discovery/#",
% {re, "^tele/tasmota_+/+$"}, "tele/tasmota_+/+",
% {re, "^cmnd/tasmota_+/+$"} "cmnd/tasmota_+/+"
]}. ]}.
{allow, {user, "homeassistant"}, subscribe, [ {allow, {user, "homeassistant"}, subscribe, [
"stat/tasmota_#/#", "stat/tasmota_+/+",
"tele/tasmota_#/#" "tele/tasmota_+/+"
]}. ]}.
{deny, all}. {deny, all}.