Skip to content

AIMP custom component for 🏠 Home Assistant using web remote

Notifications You must be signed in to change notification settings

xilense/aimp_custom_component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aimp_custom_component

Custom component for Home Assistant to controling AIMP through network

screenshot

screenshot screenshot screenshot

dependencies

install needed component

make sure add firewall exception to AIMP, so Home Assistant can send request & get response through network

manual installation

  1. Using the tool of choice open the directory (folder) for your HA configuration (where you find configuration.yaml).
  2. If you do not have a custom_components directory (folder) there, you need to create it.
  3. In the custom_components directory (folder) create a new folder called aimp.
  4. Download __init__.py, manifest.json, media_player.py in this repository.
  5. Place the files you downloaded in the new directory (folder) you created.
  6. Add aimp to media_player config and Restart Home Assistant.

yaml config

media_player:
  - platform: aimp
    name: 'AIMP'
    host: !secret aimp_ip
    port: 3333

to-do

  • Add browse_media

Buy Me A Coffee