- haos-integration -> haos-hacs-emby-media-player.git
- media-server -> media-player.git
Each component is now an independent repository that can be
developed and versioned separately.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Split monorepo into separate units for future independent repositories:
- media-server/: Standalone FastAPI server with own README, requirements,
config example, and CLAUDE.md
- haos-integration/: HACS-ready Home Assistant integration with hacs.json,
own README, and CLAUDE.md
Both components now have their own .gitignore files and can be easily
extracted into separate repositories.
Also adds custom icon support for scripts configuration.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace HTTP polling with WebSocket push notifications for instant
state change responses. Server broadcasts updates only when significant
changes occur (state, track, volume, etc.) while letting Home Assistant
interpolate position during playback. Includes seek detection for
timeline updates and automatic fallback to HTTP polling if WebSocket
disconnects.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- FastAPI server for Windows media control via WinRT/SMTC
- Home Assistant custom integration with media player entity
- Script button entities for system commands
- Position tracking with grace period for track skip handling
- Server availability detection in HA entity
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>