HASS: alarm control panel

This commit is contained in:
Filippo Berto 2023-07-27 08:56:56 +02:00
parent c1ab9bd45e
commit 55c3f19418
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -294,16 +294,6 @@ with lib; {
# libvirtd.enable = true; # libvirtd.enable = true;
podman.enable = true; podman.enable = true;
# virtualbox.host.enable = true; # virtualbox.host.enable = true;
# oci-containers.containers = {
# # hass = {
# # image = "ghcr.io/home-assistant/home-assistant:stable";
# # environment = { TZ = "Europe/Rome"; };
# # extraOptions = [ "--privileged" "--network=host" "--pull=always" ];
# # ports = [ "8123:8123" ];
# # volumes = [ "/var/lib/hass:/config" "/mnt/raid0/condiviso:/media" ];
# # };
# };
}; };
services.home-assistant = { services.home-assistant = {
@ -332,6 +322,11 @@ with lib; {
scene = "!include scenes.yaml"; scene = "!include scenes.yaml";
alert = "!include alert.yaml"; alert = "!include alert.yaml";
alarm_control_panel = {
platform = "manual";
code = "!secret alarm_code";
};
assist_pipeline = { }; assist_pipeline = { };
# bluetooth = { }; # bluetooth = { };
cloud = { }; cloud = { };