Skip to content

stosoorok/homeassistant_michi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Michi P5 component for Home Assistant

Custom components for Home Assistant

Forked from: matthijs-oosterhoff/homeassistant_rotel

A media_player platform that can be used through HASS to :

  • turn on and off the amplifier
  • adjust volume
  • change source
  • check status

Installation

  1. Create a directory roteltcp in the custom_components directory of your Home Assistant configuration folder. I.e: /home/user/.homeassistant/custom_components/roteltcp
  2. Copy the contents of this repository in the roteltcp directory.
    • Or at least manifest.json, __init__.py and media_player.py

Configuration

Example minimal config (in configuration.yaml, dummy IP to be updated) :

media_player:
  - platform: roteltcp
    host: 192.168.1.12

About

Michi amp component for Home Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%