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, "tasmota"}, all, [
|
||||
"tasmota/discovery/#"
|
||||
% {re, "^tele/tasmota_+/+$"},
|
||||
% {re, "^cmnd/tasmota_+/+$"}
|
||||
"tasmota/discovery/#",
|
||||
"tele/tasmota_+/+",
|
||||
"cmnd/tasmota_+/+"
|
||||
]}.
|
||||
|
||||
{allow, {user, "homeassistant"}, subscribe, [
|
||||
"stat/tasmota_#/#",
|
||||
"tele/tasmota_#/#"
|
||||
"stat/tasmota_+/+",
|
||||
"tele/tasmota_+/+"
|
||||
]}.
|
||||
|
||||
{deny, all}.
|
||||
|
|
Loading…
Reference in a new issue