This commit is contained in:
mjallen18
2025-11-21 11:20:01 -06:00
parent d49a2744d2
commit 9ff8fe8399
2 changed files with 208 additions and 1 deletions

View File

@@ -67,7 +67,19 @@
# # Services # #
# ###################################################
services.home-assistant.enable = true;
services.home-assistant = {
enable = true;
automation = {
lightswitch = {
living-room-lights = {
id = "1741726347213";
alias = "Living Room Light Switch";
mqttDeviceId = "958ff6b3c9df0db21e418aaf6410b996";
lightEntityId = "light.living_room_lights";
};
};
};
};
# ###################################################
# # User # #