totoro: add matrix2mqtt to mosquitto
This commit is contained in:
parent
53cc98b7b9
commit
00693c03ce
1 changed files with 7 additions and 0 deletions
|
@ -29,6 +29,13 @@ in {
|
||||||
"readwrite homeassistant/#"
|
"readwrite homeassistant/#"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
matrix2mqtt = {
|
||||||
|
password = "matrix2mqtt";
|
||||||
|
acl = [
|
||||||
|
"readwrite matrix2mqtt/#"
|
||||||
|
"readwrite homeassistant/#"
|
||||||
|
];
|
||||||
|
};
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
password = "homeassistant";
|
password = "homeassistant";
|
||||||
acl = [
|
acl = [
|
||||||
|
|
Loading…
Reference in a new issue