Franck Nijhof 533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00

981 B

title, description, logo, ha_category, ha_iot_class, ha_release
title description logo ha_category ha_iot_class ha_release
Google Play Music Desktop Player Instructions on how to integrate GPMDP into Home Assistant. gpmdp.png
Media Player
Local Polling 0.20

The gpmdp media player platform allows you to control a GPMDP 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:

# 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 %}