mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
991 B
991 B
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 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 variables:
- host (Required): IP address of the computer running GPMDP.
- name (Optional): Name of the player.