added custom overrides, motion-sensors and more...

This commit is contained in:
Rainer 2026-02-12 12:30:39 +01:00
parent 53466eed17
commit ff423fc029
11 changed files with 348 additions and 26 deletions

View file

@ -148,4 +148,5 @@ dofile(path .. "/tools.lua")
dofile(path .. "/panel.lua")
dofile(path .. "/handlers.lua")
dofile(path .. "/switch.lua")
dofile(path .. "/motion_sensor.lua")
dofile(path .. "/overrides.lua")