Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.0 KiB

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

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