From b3624e66e18358aaf90dbc6d98791cd086fadeb9 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Wed, 4 Feb 2026 20:20:25 +0300 Subject: [PATCH] Replace GitHub URLs with git.dolgolyov-family.by --- CLAUDE.md | 2 +- README.md | 12 ++++++------ custom_components/remote_media_player/manifest.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 142d105..45bb5b4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -14,7 +14,7 @@ Or install via HACS as a custom repository. Requires Media Server running on the target PC. -Media Server Repository: [media-player-server](https://github.com/DolgolyovAlexei/media-player-server) +Media Server Repository: [media-player-server](https://git.dolgolyov-family.by/alexei.dolgolyov/media-player-server) ## Integration Location diff --git a/README.md b/README.md index 649f6a9..4a2112d 100644 --- a/README.md +++ b/README.md @@ -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/DolgolyovAlexei/haos-hacs-integration-media-player)](https://github.com/DolgolyovAlexei/haos-hacs-integration-media-player/releases) +[![GitHub Release](https://img.shields.io/github/v/release/DolgolyovAlexei/haos-hacs-integration-media-player)](https://git.dolgolyov-family.by/alexei.dolgolyov/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:** [media-player-server](https://github.com/DolgolyovAlexei/media-player-server) +**Media Server Repository:** [media-player-server](https://git.dolgolyov-family.by/alexei.dolgolyov/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/DolgolyovAlexei/haos-hacs-integration-media-player` +3. Add this repository URL: `https://git.dolgolyov-family.by/alexei.dolgolyov/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/DolgolyovAlexei/haos-hacs-integration-media-player/releases) page +1. Download the latest release from the [Releases](https://git.dolgolyov-family.by/alexei.dolgolyov/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/DolgolyovAlexei/haos-hacs-integration-media-player/issues) -- [Media Server Repository](https://github.com/DolgolyovAlexei/media-player-server) +- [Report an Issue](https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-integration-media-player/issues) +- [Media Server Repository](https://git.dolgolyov-family.by/alexei.dolgolyov/media-player-server) ## License diff --git a/custom_components/remote_media_player/manifest.json b/custom_components/remote_media_player/manifest.json index a3a2706..5a68a4d 100644 --- a/custom_components/remote_media_player/manifest.json +++ b/custom_components/remote_media_player/manifest.json @@ -4,7 +4,7 @@ "codeowners": [], "config_flow": true, "dependencies": [], - "documentation": "https://github.com/DolgolyovAlexei/haos-hacs-integration-media-player", + "documentation": "https://git.dolgolyov-family.by/alexei.dolgolyov/haos-hacs-integration-media-player", "integration_type": "device", "iot_class": "local_push", "requirements": ["aiohttp>=3.8.0"],