home-assistant.io/source/_components/media_player.clementine.markdown
Stuart Pook 47a8f03512 clementine component does not support play_media (#3457)
* clementine component does not support play_media

If you use media_player.play_media with this component you get an exception so it seems best to note that it does not work before people get confused by the exception.

* Remove some breaks
2017-09-29 08:40:34 +02:00

1.4 KiB

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 Clementine Music Player Instructions how to integrate Clementine Music Player within Home Assistant. 2017-02-11 17:15 true false true true clementine.png Media Player Local Poll 0.39 Local Polling

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 configuration.yaml file:

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

Configuration variables:

  • host (Required): The IP address of the Clementine Player (eg. 192.168.0.20).
  • port (Optional): The remote control port (default is: 5500).
  • access_token (Optional): The authorization code needed to connect.
  • name (Optional): The name you would like to give to the Clementine player. The default is "Clementine Remote".

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 component does not implement the play_media service so you cannot add tracks to the playlist.