You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: source/_components/media_player.clementine.markdown
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ ha_iot_class: "Local Polling"
16
16
17
17
The `clementine` platform allows you to control a [Clementine Music Player](https://www.clementine-player.org).
18
18
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:
21
20
22
21
```yaml
23
22
# Example configuration.yaml entry
@@ -33,10 +32,8 @@ Configuration variables:
33
32
- **access_token** (*Optional*): The authorization code needed to connect.
34
33
- **name** (*Optional*): The name you would like to give to the Clementine player. The default is "Clementine Remote".
35
34
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.
38
36
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.
42
38
39
+
This component does not implement the `play_media` service so you cannot add tracks to the playlist.
0 commit comments