# HAOS Integration - Development Guide ## Overview HACS-ready Home Assistant custom integration for controlling remote PC media playback. ## Installation Copy `custom_components/remote_media_player/` to your Home Assistant config folder. Or install via HACS as a custom repository. ## Requirements Requires Media Server running on the target PC. Media Server Repository: [media-player-server](https://git.dolgolyov-family.by/alexei.dolgolyov/media-player-server) ## Integration Location Integration files location: `U:\custom_components\remote_media_player` ## Versioning Version is tracked in `custom_components/remote_media_player/manifest.json` - `version` field. Update this field when releasing a new version. **Important:** After making any changes, always ask the user if the version needs to be incremented. ## Git Rules - **ALWAYS ask for user approval before committing and pushing changes.** - When pushing, always push to all remotes: `git push origin master && git push github master`