mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Remove Google Play Music Desktop Player (GPMDP) integration (#23468)
This commit is contained in:
parent
aa7a1e7aa8
commit
4c86dc92b5
@ -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 %}
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user