Remove Google Play Music Desktop Player (GPMDP) integration (#23468)

This commit is contained in:
Franck Nijhof 2022-07-20 19:16:06 +02:00 committed by GitHub
parent aa7a1e7aa8
commit 4c86dc92b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 37 deletions

View File

@ -1,37 +0,0 @@
---
title: Google Play Music Desktop Player (GPMDP)
description: Instructions on how to integrate GPMDP into Home Assistant.
ha_category:
- Media Player
ha_iot_class: Local Polling
ha_release: '0.20'
ha_domain: gpmdp
ha_platforms:
- media_player
ha_integration_type: integration
---
The `gpmdp` media player platform allows you to control a [GPMDP](https://www.googleplaymusicdesktopplayer.com/) instance running on a computer from Home Assistant.
You will have first have to check "Enable playback API" in GPMDP's settings and then add an inbound rule to the firewall to allow access to port 5672 on the computer running GPMDP.
Then just add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
media_player:
- platform: gpmdp
host: IP_ADDRESS
```
{% configuration %}
host:
description: The IP address of the computer running GPMDP.
required: true
type: string
name:
description: Name of the player.
required: false
default: GPM Desktop Player
type: string
{% endconfiguration %}

View File

@ -438,6 +438,7 @@
/integrations/gearbest /more-info/removed-integration 301
/integrations/geizhals /more-info/removed-integration 301
/integrations/gntp /more-info/removed-integration 301
/integrations/gpmdp /more-info/removed-integration 301
/integrations/griddy /more-info/removed-integration 301
/integrations/history_graph /more-info/removed-integration 301
/integrations/htu21d /more-info/removed-integration 301