This component has been built based on the API reference made by therealmuffin.
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)
- Expand update function to reflect device state
- Volume up/down
This project is licensed under MIT license. For the full text of the license, see the LICENSE.md file.