2019-04-03 10:16:08 -07:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release redirect_from
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
/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 %}