This commit is contained in:
Joseph Hanson 2024-09-23 03:43:12 -05:00
parent 4c2c77f9bf
commit a3385c6419
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,13 +6,14 @@
{allow, {user, "tasmota"}, all, [ {allow, {user, "tasmota"}, all, [
"tasmota/discovery/#", "tasmota/discovery/#",
{re, "^tele/tasmota_[A-F0-9]+/.+"}, {re, "^tele/tasmota_[A-F0-9]+/.*$"},
{re, "^cmnd/tasmota_[A-F0-9]+/.+"} {re, "^cmnd/tasmota_[A-F0-9]+/.*$"}
]}. ]}.
{allow, {user, "homeassistant"}, subscribe, [ {allow, {user, "homeassistant"}, subscribe, [
{re, "^stat/tasmota_[A-F0-9]+/.+"}, {re, "^stat/tasmota_[A-F0-9]+/.*$"},
{re, "^tele/tasmota_[A-F0-9]+/.+"} {re, "^tele/tasmota_[A-F0-9]+/.*$"}
]}. ]}.
{deny, all}. {deny, all}.