/ha-dynaudio-connect

Homeassistant Dynaudio Connect component

Primary LanguagePythonMIT LicenseMIT

Home Assistant Dynaudio Connect component

This component has been built based on the API reference made by therealmuffin.

Installation as custom component

Place the media_player.py-file at the following path $HOMEASSISTANT_HOME/custom_components/dynaudio/media_player.py.

Inside your configurations.yaml add the following code:

media_player:
  - platform: dynaudio
    host: $ip-address
    port: $port (optional)
    name: $custom-name (optional)

TODO

  • Expand update function to reflect device state
  • Volume up/down

Licence

This project is licensed under MIT license. For the full text of the license, see the LICENSE.md file.