Update README with valid GitHub repository URLs

This commit is contained in:
2026-02-04 17:43:31 +03:00
parent 783771489a
commit f2b618a223
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Remote Media Player - Home Assistant Integration
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration)
[![GitHub Release](https://img.shields.io/github/v/release/YOUR_USERNAME/haos-remote-media-player)](https://github.com/YOUR_USERNAME/haos-remote-media-player/releases)
[![GitHub Release](https://img.shields.io/github/v/release/DolgolyovAlexei/haos-hacs-integration-media-player)](https://github.com/DolgolyovAlexei/haos-hacs-integration-media-player/releases)
A Home Assistant custom integration that allows you to control a remote PC's media playback as a media player entity.
@@ -24,7 +24,7 @@ A Home Assistant custom integration that allows you to control a remote PC's med
This integration requires the Media Server to be running on the PC you want to control.
**Media Server Repository:** `TODO: Add repository URL`
**Media Server Repository:** [media-player-server](https://github.com/DolgolyovAlexei/media-player-server)
See the Media Server documentation for installation and setup instructions.
@@ -34,7 +34,7 @@ See the Media Server documentation for installation and setup instructions.
1. Open HACS in Home Assistant
2. Click the three dots menu > **Custom repositories**
3. Add this repository URL: `https://github.com/YOUR_USERNAME/haos-remote-media-player`
3. Add this repository URL: `https://github.com/DolgolyovAlexei/haos-hacs-integration-media-player`
4. Select category: **Integration**
5. Click **Add**
6. Search for "Remote Media Player" and click **Download**
@@ -42,7 +42,7 @@ See the Media Server documentation for installation and setup instructions.
### Manual Installation
1. Download the latest release from the [Releases](https://github.com/YOUR_USERNAME/haos-remote-media-player/releases) page
1. Download the latest release from the [Releases](https://github.com/DolgolyovAlexei/haos-hacs-integration-media-player/releases) page
2. Extract and copy the `custom_components/remote_media_player` folder to your Home Assistant `config/custom_components/` directory
3. Restart Home Assistant
@@ -90,8 +90,8 @@ For detailed documentation, see [custom_components/remote_media_player/README.md
## Support
- [Report an Issue](https://github.com/YOUR_USERNAME/haos-remote-media-player/issues)
- [Media Server Repository](TODO)
- [Report an Issue](https://github.com/DolgolyovAlexei/haos-hacs-integration-media-player/issues)
- [Media Server Repository](https://github.com/DolgolyovAlexei/media-player-server)
## License

View File

@@ -4,7 +4,7 @@
"codeowners": [],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/YOUR_USERNAME/haos-remote-media-player",
"documentation": "https://github.com/DolgolyovAlexei/haos-hacs-integration-media-player",
"integration_type": "device",
"iot_class": "local_push",
"requirements": ["aiohttp>=3.8.0"],