Clementine Music Player
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.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file.
After changing the configuration.yamlThe configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes.   The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
# Example configuration.yaml entry
media_player:
  - platform: clementine
    host: 192.168.0.20
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 integration does not implement the play_media action so you cannot add tracks to the playlist.