xilense / aimp_custom_component

AIMP custom component for ๐Ÿ  Home Assistant using web remote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

AIMP custom component for ๐Ÿ  Home Assistant using web remote


Languages

Language:Python 100.0%