diff --git a/source/_components/media_player.clementine.markdown b/source/_components/media_player.clementine.markdown index 7b138c22a18..c730daf5d96 100644 --- a/source/_components/media_player.clementine.markdown +++ b/source/_components/media_player.clementine.markdown @@ -16,8 +16,7 @@ ha_iot_class: "Local Polling" The `clementine` platform allows you to control a [Clementine Music Player](https://www.clementine-player.org). -To add a Clementine Player to your Home Assistant installation, add the following to -your `configuration.yaml` file: +To add a Clementine Player to your Home Assistant installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -33,10 +32,8 @@ Configuration variables: - **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. +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. +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.