Custom component for Home Assistant to controling AIMP through network
install needed component
- AIMP Media Player
- Control Plugin Code
- Alternative Web Interface for Control Plugin
make sure add firewall exception to AIMP, so Home Assistant can send request & get response through network
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledaimp
. - Download __init__.py, manifest.json, media_player.py in this repository.
- Place the files you downloaded in the new directory (folder) you created.
- Add aimp to media_player config and Restart Home Assistant.
media_player:
- platform: aimp
name: 'AIMP'
host: !secret aimp_ip
port: 3333
- Add browse_media