- Electron main process subscribes to Frigate's MQTT topics
(frigate/<camera>/person and frigate/events) directly via mqtt.js,
bypassing the broken HA MQTT integration
- Watched cameras: Front_Porch, FPE, Porch_Downstairs, Driveway_door
- On person detection, exits photo-frame idle and shows full-screen
camera feed for 30 seconds
- Removed HA entity-based person detection code (entityToCameraName,
personDetectionEntities config dependency)
- Deleted unused useFrigateDetection HTTP polling hook (superseded)