From f03fff57845d5e6d7eb358d53add83899745f785 Mon Sep 17 00:00:00 2001 From: Benjamin Nussbaum Date: Sun, 16 Mar 2025 23:00:51 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93b7702..76cb413 100644 --- a/README.md +++ b/README.md @@ -221,21 +221,21 @@ Here are some features and improvements that are open for contribution: ##### πŸ”Œ Plugin System -- Enable configurable plugins via the Web Interface. +- ~~Enable configurable plugins via the Web Interface.~~ βœ… - Ensure compatibility with the trmnl-laravel package. - Implement auto-discovery for plugins. -##### ⏳ Scheduling +##### ⏳ Scheduling / Playlists - Move task scheduling from console.php to a Web Interface. -- Allow users to configure custom schedule intervals. +- ~~Allow users to configure custom schedule intervals.~~ βœ… ##### πŸ–₯️ β€œNative” Plugins - Add built-in plugins such as (as an example): - ☁️ Weather - πŸ’¬ Quotes - 🏑 Home Assistant integration -- Provide Web UI controls to enable/disable plugins. +- Provide Web UI controls to enable/disable plugins. ##### πŸ“¦ Visual Studio Code Devcontainer * ~~Add a .devcontainer to this repo for easier development with Docker.~~ βœ