feat(config)!: Remove device manager lua code

With the recent changes the device manager no longer needs to be
available in lua.
This commit is contained in:
2025-10-19 05:29:41 +02:00
parent 2db4af7427
commit 2fe9fbadfb
3 changed files with 1 additions and 31 deletions

View File

@@ -132,8 +132,6 @@ async fn app() -> anyhow::Result<()> {
automation_lib::load_modules(&lua)?;
lua.register_module("automation:device_manager", device_manager.clone())?;
lua.register_module("automation:variables", lua.to_value(&setup.variables)?)?;
lua.register_module("automation:secrets", lua.to_value(&setup.secrets)?)?;