nixos/home/hass: Add HEOS
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h0m24s

This commit is contained in:
Jack O'Sullivan 2025-03-12 01:55:46 +00:00
parent fd92cfae6e
commit bb03b6fa76

View File

@ -119,6 +119,7 @@ in
"denonavr" "denonavr"
"webostv" "webostv"
"androidtv_remote" "androidtv_remote"
"heos"
]; ];
extraPackages = python3Packages: with python3Packages; [ extraPackages = python3Packages: with python3Packages; [
zlib-ng zlib-ng
@ -150,6 +151,7 @@ in
ipv4.address ipv4.address
ipv6.address ipv6.address
]; ];
ip_ban_enabled = false;
}; };
automation = "!include automations.yaml"; automation = "!include automations.yaml";
script = "!include scripts.yaml"; script = "!include scripts.yaml";