1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release |
---|---|---|---|---|---|---|---|---|---|---|---|
page | MPC-HC | Instructions how to integrate MPC-HC into Home Assistant. | 2016-07-27 21:21 | true | false | true | true | mpchc.png | Media Player | true | 0.25.0 |
The mpchc
platform allows you to connect a Media Player Classic Home Cinema to Home Assistant. It will allow you to see the current playing item, and respond to changes in the player's state.
For this component to function, you will need to enable the Web Interface in the MPC-HC options dialog.
To add MPC-HC to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
platform: mpchc
host: http://192.168.0.123
port: 13579
name: MPC-HC
Configuration variables:
- host (Required): The host name or address of the device that is running MPC-HC
- port (Required): The port number, default 13579
- name (Optional): The name of the device used in the frontend.