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>
26 lines
581 B
Markdown
26 lines
581 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: `TODO: Add repository URL`
|
|
|
|
## Integration Location
|
|
|
|
Integration files location: `U:\custom_components\remote_media_player`
|
|
|
|
## Git Rules
|
|
|
|
Always ask for user approval before committing changes to git.
|