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

22
.env.example Normal file
View File

@@ -0,0 +1,22 @@
# Home Assistant Configuration
VITE_HA_URL=http://192.168.1.50:8123
VITE_HA_WS_URL=ws://192.168.1.50:8123/api/websocket
# Frigate & go2rtc Configuration
VITE_FRIGATE_URL=http://192.168.1.241:5000
VITE_GO2RTC_URL=http://192.168.1.241:1985
VITE_GO2RTC_RTSP=rtsp://192.168.1.241:8600
# Google Calendar
VITE_GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
# Screen Management
VITE_SCREEN_IDLE_TIMEOUT=300000
# Presence Detection
VITE_PRESENCE_DETECTION_ENABLED=true
VITE_PRESENCE_CONFIDENCE_THRESHOLD=0.6
# Frigate Streaming from built-in camera
VITE_FRIGATE_STREAM_ENABLED=true
VITE_FRIGATE_RTSP_OUTPUT=rtsp://192.168.1.241:8554/command_center