Files
haos-hacs-integration-media…/CLAUDE.md

27 lines
729 B
Markdown

# 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://github.com/DolgolyovAlexei/media-player-server)
## Integration Location
Integration files location: `U:\custom_components\remote_media_player`
## Git Rules
- Always ask for user approval before committing changes to git.
- When pushing, always push to all remotes: `git push origin master && git push github master`