bushvin / hass-integrations

My custom Home Assistant integrations
Apache License 2.0
61 stars 11 forks source link

A clarification #32

Closed ebiscaia closed 12 months ago

ebiscaia commented 12 months ago

Hi,

One thing that I would like to understand. Is your integration meant to control mopidy servers using HomeAssistant, right? For example, I have mopidy installed in my notebook and if I add to the integration its IP and hostname, i would be able to control from any device I can access HA. This is not meant for example to Mopidy being able to be played in Alexa or Chromecast?

Thanks

bushvin commented 12 months ago

Hello @ebiscaia ,

This integration is indeed meant to have Home Assistant control your Mopidy instance. It provides a media_player interface to the Mopidy api, which you can then control through the dashboard, scripts and/or automations.

I have, for example, an automation which starts playing music at 7:00 to wake me up.

Hope this answers your questions.

ebiscaia commented 12 months ago

@bushvin,

Thanks for clarifying that.