misc
This commit is contained in:
parent
b385cf3bee
commit
934bb34550
9 changed files with 126 additions and 98 deletions
|
|
@ -27,6 +27,7 @@ in
|
|||
acl = [
|
||||
"readwrite home/#"
|
||||
"readwrite homeassistant/#"
|
||||
"readwrite zigbee2mqtt/#"
|
||||
"read teslamate/#"
|
||||
];
|
||||
passwordFile = config.age.secrets.hass_mqtt.path;
|
||||
|
|
@ -44,6 +45,7 @@ in
|
|||
};
|
||||
zigbee2mqtt = {
|
||||
acl = [
|
||||
# "readwrite" "home/#"
|
||||
"readwrite zigbee2mqtt/#"
|
||||
"readwrite homeassistant/#"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue