mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Remove HASS automations
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
a297913039
commit
3376c063fb
|
@ -71,20 +71,13 @@ makeSystem {
|
|||
];
|
||||
media_dirs.local = "/mnt/cctv";
|
||||
};
|
||||
automation = "!include automations.yaml";
|
||||
"automation static" = [
|
||||
(import ./configs/automations/alarm/pending.nix)
|
||||
(import ./configs/automations/alarm/disarmed.nix)
|
||||
(import ./configs/automations/alarm/triggered.nix)
|
||||
(import ./configs/automations/alarm/retriggered.nix)
|
||||
(import ./configs/automations/alarm/motion-detected.nix)
|
||||
(import ./configs/automations/alarm/motion-detected-away.nix)
|
||||
|
||||
(import ./configs/automations/bathroom_light/dim.nix)
|
||||
(import ./configs/automations/bathroom_light/brighten.nix)
|
||||
(import ./configs/automations/bathroom_light/on.nix)
|
||||
(import ./configs/automations/bathroom_light/off.nix)
|
||||
];
|
||||
pyscript = {
|
||||
allow_all_imports = false;
|
||||
hass_is_global = true;
|
||||
};
|
||||
|
||||
automation = "!include automations.yaml";
|
||||
alarm_control_panel = import ./configs/alarm_control_panel.nix;
|
||||
frontend.themes = {};
|
||||
sensor = singleton {
|
||||
|
|
Loading…
Reference in a new issue