more
This commit is contained in:
parent
04d2ba4df1
commit
ed91d2668d
1 changed files with 5 additions and 5 deletions
|
@ -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}.
|
||||||
|
|
Loading…
Reference in a new issue