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