home-assistant.io/source/_components/media_player.monoprice.markdown
Egor Tsinko e42a0fb956 added documentation for monoprice platform (#3495)
* added monoprice page

* updated markdown

* updated markdown

* renamed mp-logo.svg to monoprice.svg
updated ha_release to 0.55

* fixed some typos

* switched logo from white to black

* updated release

* Grammar; Added missing determiner
2017-10-18 22:39:45 +02:00

1.6 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Monoprice 6-Zone Amplifier Instructions on how to integrate Monoprice 6-Zone Home Audio Controller into Home Assistant. 2017-10-02 11:45 true false true true monoprice.svg Media Player 0.56 Local Polling

The monoprice platform allows you to control Monoprice 6-Zone Amplifier using a serial connection.

To add a Monoprice device to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  - platform: monoprice
    port: /dev/ttyUSB0
    zones:
      11:
        name: Main Bedroom
      12:
        name: Living Room
      13:
        name: Kitchen
      14:
        name: Bathroom
      15:
        name: Dining Room
      16:
        name: Guest Bedroom
    sources:
      1: 
        name: Sonos
      5:
        name: Chromecast

Configuration variables:

  • port (Required): The serial port to which Monoprice amplifier is connected
  • zones (Required): This is the list of zones available. Valid zones are 11,12,13,14,15,16. In case multiple Monoprice devices are stacked together the list of valid zones is extended by 21,22,23,24,25,26 for the second device and 31,32,33,34,35,36 for the third device. Each zone must have a name assigned to it.
  • sources (Required): The list of sources available. Valid source numbers are 1,2,3,4,5,6. Each source number corresponds to the input number on the Monoprice amplifier. Similar to zones, each source must have a name assigned to it.