home-assistant.io/source/_components/media_player.gpmdp.markdown
Emeric 6f504d6887 Update media player gpmdp (#6922)
* Update media player gpmdp

* Minor change
2018-10-18 14:08:41 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release ha_iot_class
page Google Play Music Desktop Player Instructions on how to integrate GPMDP into Home Assistant. 2016-05-09 08:00 true false true true gpmdp.png Media Player Local Polling 0.20 Local Polling

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