mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
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
This commit is contained in:
parent
2c1cb3f93b
commit
47a8f03512
@ -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).
|
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
|
To add a Clementine Player to your Home Assistant installation, add the following to your `configuration.yaml` file:
|
||||||
your `configuration.yaml` file:
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
@ -33,10 +32,8 @@ Configuration variables:
|
|||||||
- **access_token** (*Optional*): The authorization code needed to connect.
|
- **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".
|
- **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
|
Remember that Clementine must be configured to accept connections through its network remote control protocol.
|
||||||
network remote control protocol.
|
|
||||||
|
|
||||||
You can configure this through Clementine `Tools > Preferences > Network remote control`
|
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.
|
||||||
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user