This commit is contained in:
alejandro-angulo 2025-11-30 19:05:42 -08:00
parent b385cf3bee
commit 934bb34550
9 changed files with 126 additions and 98 deletions

View file

@ -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/#"
];