Initial commit: Electron + React touchscreen kiosk dashboard for Home Assistant

This commit is contained in:
root
2026-02-25 23:01:20 -06:00
commit 97a7912eae
84 changed files with 12059 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
export { googleCalendarAuth } from './auth';
export {
getCalendarList,
getEventsForMonth,
getEventsForDay,
getEventTime,
formatEventTime,
type CalendarEvent,
type Calendar,
} from './api';