reduce
This commit is contained in:
parent
097501d8e4
commit
04d2ba4df1
1 changed files with 2 additions and 3 deletions
|
@ -11,9 +11,8 @@
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{allow, {user, "homeassistant"}, subscribe, [
|
{allow, {user, "homeassistant"}, subscribe, [
|
||||||
{re, "^stat/tasmota_+/+$"},
|
"stat/tasmota_#/#",
|
||||||
{re, "^tele/tasmota_+/+$"}
|
"tele/tasmota_#/#"
|
||||||
|
|
||||||
]}.
|
]}.
|
||||||
|
|
||||||
{deny, all}.
|
{deny, all}.
|
||||||
|
|
Loading…
Reference in a new issue