home-assistant.io/source/_integrations/clementine.markdown
Franck Nijhof 4dd909a857
Rename Services to Actions in integrations: C (#33805)
* Rename Services to Actions in integrations: C

* Fix CI error

* Update source/_integrations/calendar.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-07-16 16:56:00 +02:00

1.7 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type, related
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type related
Clementine Music Player Instructions on how to integrate Clementine Music Player within Home Assistant.
Media player
0.39 Local Polling clementine
media_player
integration
docs title
/docs/configuration/ Configuration file

The clementine platform allows you to control a Clementine Music Player.

To add a Clementine Player to your Home Assistant installation, add the following to your {% term "configuration.yaml" %} file. {% include integrations/restart_ha_after_config_inclusion.md %}

# Example configuration.yaml entry
media_player:
  - platform: clementine
    host: 192.168.0.20

{% configuration %} host: description: The IP address of the Clementine Player e.g., 192.168.0.20. required: true type: string port: description: The remote control port. required: false default: 5500 type: integer access_token: description: The authorization code needed to connect. required: false type: integer name: description: The name you would like to give to the Clementine player. required: false default: Clementine Remote type: string {% endconfiguration %}

Remember that Clementine must be configured to accept connections through its network remote control protocol.

You can configure this through Clementine Tools > Preferences > Network remote control configuration menu. Enable Use network remote control and configure the other options for your use case.

This integration does not implement the play_media action so you cannot add tracks to the playlist.