Compare commits
No commits in common. "25267d09a265870bb6ba5ed08b64e88bfea691f0" and "d3196576808f9d6598e26de124f737c1c20c7261" have entirely different histories.
25267d09a2
...
d319657680
@ -108,31 +108,6 @@ in
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
extraComponents = [
|
|
||||||
"default_config"
|
|
||||||
"esphome"
|
|
||||||
"google_translate"
|
|
||||||
|
|
||||||
"met"
|
|
||||||
"zha"
|
|
||||||
"denonavr"
|
|
||||||
"webostv"
|
|
||||||
"androidtv_remote"
|
|
||||||
];
|
|
||||||
extraPackages = python3Packages: with python3Packages; [
|
|
||||||
zlib-ng
|
|
||||||
isal
|
|
||||||
|
|
||||||
gtts
|
|
||||||
(pyirishrail python3Packages)
|
|
||||||
];
|
|
||||||
customComponents = with pkgs.home-assistant-custom-components; [
|
|
||||||
alarmo
|
|
||||||
];
|
|
||||||
|
|
||||||
configWritable = false;
|
|
||||||
openFirewall = true;
|
|
||||||
config = {
|
config = {
|
||||||
default_config = {};
|
default_config = {};
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
@ -170,6 +145,25 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
extraComponents = [
|
||||||
|
"default_config"
|
||||||
|
"esphome"
|
||||||
|
"google_translate"
|
||||||
|
|
||||||
|
"met"
|
||||||
|
"zha"
|
||||||
|
"denonavr"
|
||||||
|
"webostv"
|
||||||
|
];
|
||||||
|
extraPackages = python3Packages: with python3Packages; [
|
||||||
|
zlib-ng
|
||||||
|
isal
|
||||||
|
|
||||||
|
gtts
|
||||||
|
(pyirishrail python3Packages)
|
||||||
|
];
|
||||||
|
configWritable = false;
|
||||||
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -132,22 +132,6 @@ in
|
|||||||
hw-address = "24:8a:07:a8:fe:3a";
|
hw-address = "24:8a:07:a8:fe:3a";
|
||||||
ip-address = net.cidr.host 40 prefixes.lo.v4;
|
ip-address = net.cidr.host 40 prefixes.lo.v4;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
# avr
|
|
||||||
hw-address = "8c:a9:6f:30:03:6b";
|
|
||||||
ip-address = net.cidr.host 41 prefixes.lo.v4;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
# tv
|
|
||||||
hw-address = "00:a1:59:b8:4d:86";
|
|
||||||
ip-address = net.cidr.host 42 prefixes.lo.v4;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
# android tv
|
|
||||||
hw-address = "b8:7b:d4:95:c6:74";
|
|
||||||
ip-address = net.cidr.host 43 prefixes.lo.v4;
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user