mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
A new platform for controlling Monoprice 6-Zone amplifier (#9662)
* added implementation for monoprice 6-zone amplifier. This implementation is based on and very similar to russoun_rnet implementaion * updated comments and cleaned up code * updated comments and cleaned up code * added unit tests * removed 'name' attribute from platform schema. * added monoprice.py to .coveragerc * fixed lint * fixed lint errors * fixed lint errors * added monoprice to requirements_all.txt * fixed lint errors again * implemented change requests * fixed lint error * added exception handling to setup_platform() * replaced catchall with SerialException only * added myself to CODEOWNERS * fixed weird merge to CODEOWNERS
This commit is contained in:
committed by
Pascal Vizeli
parent
bef4ae3e35
commit
6e0efbe35e
@@ -49,6 +49,7 @@ homeassistant/components/history_graph.py @andrey-git
|
||||
homeassistant/components/light/tplink.py @rytilahti
|
||||
homeassistant/components/light/yeelight.py @rytilahti
|
||||
homeassistant/components/media_player/kodi.py @armills
|
||||
homeassistant/components/media_player/monoprice.py @etsinko
|
||||
homeassistant/components/sensor/airvisual.py @bachya
|
||||
homeassistant/components/sensor/miflora.py @danielhiversen
|
||||
homeassistant/components/sensor/tibber.py @danielhiversen
|
||||
|
||||
Reference in New Issue
Block a user