Skip to content

BasVanBoven/ha-dynaudio-connect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Homeassistant Dynaudio Connect component

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%