- 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>
4 lines
92 B
Python
4 lines
92 B
Python
"""Media Server - REST API for controlling system media playback."""
|
|
|
|
__version__ = "1.0.0"
|