fix nuc stuff

This commit is contained in:
mjallen18
2026-02-04 21:11:23 -06:00
parent a9c1d71495
commit aff6fa9ec6
6 changed files with 190 additions and 221 deletions

View File

@@ -4,7 +4,6 @@
...
}:
{
# imports = [ ./hardware-configuration.nix ];
${namespace} = {
# ###################################################
# # Boot # #
@@ -97,6 +96,32 @@
lightEntityId = "light.bedroom_lights";
};
};
motion-light = {
bedroom-closet-lights = {
id = 1769548321857;
alias = "Bedroom Closet Lights";
motion-sensor = {
mqttDeviceId = "fd73c1f3dfe08ab13d187fb49d781060";
mqttEntityId = "33b83e8db95b213b16b4b8c1f591ec92";
};
switch = {
deviceId = "a3dfab0c8d91554a7c92c65cdf655c86";
entityId = "645855b6f4347d65f5a54c33b3a9a1d0";
};
};
front-closet-lights = {
id = 1769548321857;
alias = "Front Closet Lights";
motion-sensor = {
mqttDeviceId = "7eb61ed09e48c1dcef8bcc0f7765c459";
mqttEntityId = "a8b48ad080e70a0cdbb991b79c607ca1";
};
light = {
entityId = "light.front_closet_lights";
};
};
};
};
};
otbr = {