HASS: alarm control panel
This commit is contained in:
parent
c1ab9bd45e
commit
55c3f19418
1 changed files with 5 additions and 10 deletions
|
|
@ -294,16 +294,6 @@ with lib; {
|
|||
# libvirtd.enable = true;
|
||||
podman.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 = {
|
||||
|
|
@ -332,6 +322,11 @@ with lib; {
|
|||
scene = "!include scenes.yaml";
|
||||
alert = "!include alert.yaml";
|
||||
|
||||
alarm_control_panel = {
|
||||
platform = "manual";
|
||||
code = "!secret alarm_code";
|
||||
};
|
||||
|
||||
assist_pipeline = { };
|
||||
# bluetooth = { };
|
||||
cloud = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue