nixos/home/hass: Add HEOS
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h0m24s
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 1h0m24s
This commit is contained in:
parent
fd92cfae6e
commit
bb03b6fa76
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user