mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Remove deprecated Media Player Classic Home Cinema (MPC-HC) integration (#21788)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
This commit is contained in:
parent
7abe79a783
commit
456798b5d5
@ -1,53 +0,0 @@
|
|||||||
---
|
|
||||||
title: Media Player Classic Home Cinema (MPC-HC)
|
|
||||||
description: Instructions on how to integrate MPC-HC into Home Assistant.
|
|
||||||
ha_category:
|
|
||||||
- Media Player
|
|
||||||
ha_release: 0.25
|
|
||||||
ha_iot_class: Local Polling
|
|
||||||
ha_domain: mpchc
|
|
||||||
ha_platforms:
|
|
||||||
- media_player
|
|
||||||
---
|
|
||||||
|
|
||||||
The `mpchc` platform allows you to connect a [Media Player Classic Home Cinema](https://mpc-hc.org/) to Home Assistant. It will allow you to see the current playing item, and respond to changes in the player's state.
|
|
||||||
|
|
||||||
For this integration to function, you will need to enable the Web Interface in the MPC-HC options dialog.
|
|
||||||
|
|
||||||
<p class='img'>
|
|
||||||
<img src='/images/screenshots/mpc-hc.png' />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
If the server running Home Assistant is not the same device that is running MPC-HC, you will need to ensure that the *allow access from localhost only* option is not set.
|
|
||||||
|
|
||||||
<div class='note warning'>
|
|
||||||
|
|
||||||
The MPC-HC web interface is highly insecure, and allows remote clients full player control file-system access without authentication. Never allow access to the Web UI from outside of your trusted network, and if possible [use a proxy script to restrict control or redact sensitive information](https://github.com/abcminiuser/mpc-hc-webui-proxy).
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
To add MPC-HC to your installation, add the following to your `configuration.yaml` file:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml entry
|
|
||||||
media_player:
|
|
||||||
- platform: mpchc
|
|
||||||
host: http://192.168.0.123
|
|
||||||
```
|
|
||||||
|
|
||||||
{% configuration %}
|
|
||||||
host:
|
|
||||||
description: The host name or IP address of the device that is running MPC-HC.
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
port:
|
|
||||||
description: The port number of the device.
|
|
||||||
required: false
|
|
||||||
default: 13579
|
|
||||||
type: integer
|
|
||||||
name:
|
|
||||||
description: The name of the device used in the frontend.
|
|
||||||
required: false
|
|
||||||
default: MPC-HC
|
|
||||||
type: string
|
|
||||||
{% endconfiguration %}
|
|
@ -516,7 +516,6 @@
|
|||||||
/components/media_player.lg_soundbar /integrations/lg_soundbar
|
/components/media_player.lg_soundbar /integrations/lg_soundbar
|
||||||
/components/media_player.mediaroom /integrations/mediaroom
|
/components/media_player.mediaroom /integrations/mediaroom
|
||||||
/components/media_player.monoprice /integrations/monoprice
|
/components/media_player.monoprice /integrations/monoprice
|
||||||
/components/media_player.mpchc /integrations/mpchc
|
|
||||||
/components/media_player.mpd /integrations/mpd
|
/components/media_player.mpd /integrations/mpd
|
||||||
/components/media_player.nad /integrations/nad
|
/components/media_player.nad /integrations/nad
|
||||||
/components/media_player.onkyo /integrations/onkyo
|
/components/media_player.onkyo /integrations/onkyo
|
||||||
@ -1531,7 +1530,6 @@
|
|||||||
/components/mold_indicator /integrations/mold_indicator
|
/components/mold_indicator /integrations/mold_indicator
|
||||||
/components/monoprice /integrations/monoprice
|
/components/monoprice /integrations/monoprice
|
||||||
/components/moon /integrations/moon
|
/components/moon /integrations/moon
|
||||||
/components/mpchc /integrations/mpchc
|
|
||||||
/components/mpd /integrations/mpd
|
/components/mpd /integrations/mpd
|
||||||
/components/mqtt /integrations/mqtt
|
/components/mqtt /integrations/mqtt
|
||||||
/components/mqtt_eventstream /integrations/mqtt_eventstream
|
/components/mqtt_eventstream /integrations/mqtt_eventstream
|
||||||
@ -2365,6 +2363,9 @@
|
|||||||
/integrations/bme280 /more-info/removed-integration 301
|
/integrations/bme280 /more-info/removed-integration 301
|
||||||
/components/orangepi_gpio /more-info/removed-integration 301
|
/components/orangepi_gpio /more-info/removed-integration 301
|
||||||
/integrations/orangepi_gpio /more-info/removed-integration 301
|
/integrations/orangepi_gpio /more-info/removed-integration 301
|
||||||
|
/components/media_player.mpchc /more-info/removed-integration 301
|
||||||
|
/components/mpchc /more-info/removed-integration 301
|
||||||
|
/integrations/mpchc /more-info/removed-integration 301
|
||||||
/components/light.piglow /more-info/removed-integration 301
|
/components/light.piglow /more-info/removed-integration 301
|
||||||
/components/piglow /more-info/removed-integration 301
|
/components/piglow /more-info/removed-integration 301
|
||||||
/integrations/piglow /more-info/removed-integration 301
|
/integrations/piglow /more-info/removed-integration 301
|
||||||
|
Loading…
x
Reference in New Issue
Block a user