Replace GitHub URLs with git.dolgolyov-family.by
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
12
README.md
12
README.md
@@ -1,7 +1,7 @@
|
||||
# Remote Media Player - Home Assistant Integration
|
||||
|
||||
[](https://github.com/hacs/integration)
|
||||
[](https://github.com/DolgolyovAlexei/haos-hacs-integration-media-player/releases)
|
||||
[](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
|
||||
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user