Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion plugins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.0.0",
"last_updated": "2026-07-28",
"last_updated": "2026-07-29",
"plugins": [
{
"id": "cricket-scoreboard",
Expand Down Expand Up @@ -1120,6 +1120,31 @@
"screenshot": "https://raw.githubusercontent.com/ChuckBuilds/ledmatrix-plugins/main/plugins/incoming-packages/assets/screenshot.png",
"latest_version": "1.0.0",
"icon": "fas fa-box"
},
{
"id": "pomodoro-timer",
"name": "Pomodoro Timer",
"description": "A configurable Pomodoro focus/break timer for your matrix. Set the work and break lengths, then start, pause, skip, or reset it over MQTT — with Home Assistant auto-discovery so the whole timer shows up as a device with no YAML.",
"author": "ChuckBuilds",
"category": "productivity",
"tags": [
"pomodoro",
"timer",
"focus",
"productivity",
"mqtt",
"home-assistant"
],
"repo": "https://github.com/ChuckBuilds/ledmatrix-plugins",
"branch": "main",
"plugin_path": "plugins/pomodoro-timer",
"stars": 0,
"downloads": 0,
"last_updated": "2026-07-28",
"verified": true,
"screenshot": "",
"latest_version": "1.3.1",
"icon": "fa-hourglass-half"
}
]
}
17 changes: 17 additions & 0 deletions plugins/pomodoro-timer/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Copyright (C) 2025 LEDMatrix Team

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
465 changes: 465 additions & 0 deletions plugins/pomodoro-timer/README.md

Large diffs are not rendered by default.

Loading
Loading