Skip to content

Commit 47a8f03

Browse files
stuart12fabaff
authored andcommitted
clementine component does not support play_media (home-assistant#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
1 parent 2c1cb3f commit 47a8f03

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

source/_components/media_player.clementine.markdown

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ ha_iot_class: "Local Polling"
1616

1717
The `clementine` platform allows you to control a [Clementine Music Player](https://www.clementine-player.org).
1818

19-
To add a Clementine Player to your Home Assistant installation, add the following to
20-
your `configuration.yaml` file:
19+
To add a Clementine Player to your Home Assistant installation, add the following to your `configuration.yaml` file:
2120

2221
```yaml
2322
# Example configuration.yaml entry
@@ -33,10 +32,8 @@ Configuration variables:
3332
- **access_token** (*Optional*): The authorization code needed to connect.
3433
- **name** (*Optional*): The name you would like to give to the Clementine player. The default is "Clementine Remote".
3534
36-
Remember that Clementine must be configured to accept connections through its
37-
network remote control protocol.
35+
Remember that Clementine must be configured to accept connections through its network remote control protocol.
3836
39-
You can configure this through Clementine `Tools > Preferences > Network remote control`
40-
configuration menu. Enable `Use network remote control` and configure the other options
41-
for your use case.
37+
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.
4238

39+
This component does not implement the `play_media` service so you cannot add tracks to the playlist.

0 commit comments

Comments
 (0)