test
This commit is contained in:
@@ -142,12 +142,10 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
environment.etc."lightswitch-automations.yaml".text = lightswitchAutomations;
|
environment.etc."hass/lightswitch-automations.yaml" = {
|
||||||
|
text = lightswitchAutomations;
|
||||||
systemd.tmpfiles.rules = [
|
user = "hass";
|
||||||
"d /var/lib/homeassistant/automations 0755 hass hass -"
|
group = "hass";
|
||||||
"L+ /var/lib/hass/automations/lightswitches.yaml - - - - /etc/lightswitch-automations.yaml"
|
};
|
||||||
];
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user