fixing
This commit is contained in:
parent
7193cadc47
commit
4c2c77f9bf
1 changed files with 4 additions and 4 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
{allow, {user, "tasmota"}, all, [
|
{allow, {user, "tasmota"}, all, [
|
||||||
"tasmota/discovery/#",
|
"tasmota/discovery/#",
|
||||||
{ topic {re, "tele/tasmota_[A-F0-9]+/#"} },
|
{re, "^tele/tasmota_[A-F0-9]+/.+"},
|
||||||
{ topic {re, "cmnd/tasmota_[A-F0-9]+/#"} }
|
{re, "^cmnd/tasmota_[A-F0-9]+/.+"}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{allow, {user, "homeassistant"}, subscribe, [
|
{allow, {user, "homeassistant"}, subscribe, [
|
||||||
{ topic {re, "stat/tasmota_[A-F0-9]+/#"} },
|
{re, "^stat/tasmota_[A-F0-9]+/.+"},
|
||||||
{ topic {re, "tele/tasmota_[A-F0-9]+/#"} }
|
{re, "^tele/tasmota_[A-F0-9]+/.+"}
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{deny, all}.
|
{deny, all}.
|
||||||
|
|
Loading…
Reference in a new issue