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