aboutsummaryrefslogtreecommitdiffstats
path: root/packages/api/routes/version.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add GET /api/version endpoint (#2167)Mohamed Bassem2025-11-231-0/+16
Implements a new API endpoint that returns the server version from serverConfig. This will be used for Home Assistant integration to check for updates. Fixes #2148 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Mohamed Bassem <MohamedBassem@users.noreply.github.com>