tim-weiler / triad-audio-matrix

A Home Assistant integration for a Triad Audio Matrix
3 stars 2 forks source link

Triad Audio Matrix Amp [Home Assistant Component]

Installation

To install, simply copy the triad-audio-matrix folder into your CUSTOM_COMPONENTS folder and restart Home Assistant.

Component Configuration

# Example configuration.yaml entry
media_player:
  - platform: triad-audio-matrix
    name: "Living Room"
    host: "192.168.1.1"
    port: 52000
    channel: 1
    source_list:
      - name: "Dad's Spotify" # name to show in the media player source list
        input: 1 # matrix input channel
        spotify_id: "media_player.spotify_dad" # optional, only if the source is a spotify media player
      - name: "Mom's Spotify"
        input: 2
        spotify_id: "media_player.spotify_mom"

Available configuration parameters