refactor: Split config
Some checks are pending
Build and deploy / build (push) Waiting to run
Build and deploy / Deploy container (push) Blocked by required conditions

This commit is contained in:
2025-10-20 04:39:12 +02:00
parent be77711caf
commit 8b4ea06957
20 changed files with 1083 additions and 756 deletions

12
config/rooms.lua Normal file
View File

@@ -0,0 +1,12 @@
--- @type SetupTable
return {
require("config.rooms.bathroom"),
require("config.rooms.bedroom"),
require("config.rooms.guest_bedroom"),
require("config.rooms.hallway_bottom"),
require("config.rooms.hallway_top"),
require("config.rooms.kitchen"),
require("config.rooms.living_room"),
require("config.rooms.storage"),
require("config.rooms.workbench"),
}