From 4c86dc92b5a487ef568a637c8ae0b4d3d68f9f1e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 20 Jul 2022 19:16:06 +0200 Subject: [PATCH] Remove Google Play Music Desktop Player (GPMDP) integration (#23468) --- source/_integrations/gpmdp.markdown | 37 ----------------------------- source/_redirects | 1 + 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 source/_integrations/gpmdp.markdown diff --git a/source/_integrations/gpmdp.markdown b/source/_integrations/gpmdp.markdown deleted file mode 100644 index c6b423d89da..00000000000 --- a/source/_integrations/gpmdp.markdown +++ /dev/null @@ -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 %} diff --git a/source/_redirects b/source/_redirects index 84534c1ed37..c76da2410b1 100644 --- a/source/_redirects +++ b/source/_redirects @@ -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