Moved schedule config from yml to lua

This commit is contained in:
2024-04-26 23:16:39 +02:00
parent 3225dbdda9
commit 5069d1b0e7
6 changed files with 23 additions and 26 deletions

View File

@@ -63,8 +63,6 @@ async fn app() -> anyhow::Result<()> {
// Setup the device handler
let device_manager = DeviceManager::new(client.clone());
device_manager.add_schedule(config.schedule).await;
let event_channel = device_manager.event_channel();
// Create and add the presence system