Fixed ACL
This commit is contained in:
parent
e4d27ff81c
commit
26ec076727
|
@ -26,13 +26,16 @@ in {
|
|||
users = {
|
||||
hass = {
|
||||
acl = [
|
||||
"read home/#"
|
||||
"readwrite homeassistant/status"
|
||||
"readwrite home/#"
|
||||
"readwrite homeassistant/#"
|
||||
];
|
||||
passwordFile = config.age.secrets.hass_mqtt.path;
|
||||
};
|
||||
theengs_ble_gateway = {
|
||||
acl = ["readwrite home/#"];
|
||||
acl = [
|
||||
"readwrite home/#"
|
||||
"readwrite homeassistant/#"
|
||||
];
|
||||
passwordFile = config.age.secrets.theengs_ble_mqtt.path;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue